You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/04/28 09:30:17 UTC

[skywalking] branch master updated: Add component ID for Jersey (#10745)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8276328436 Add component ID for Jersey (#10745)
8276328436 is described below

commit 8276328436530d09c305a53b6beeee454c7d3955
Author: xu1009 <29...@qq.com>
AuthorDate: Fri Apr 28 17:30:03 2023 +0800

    Add component ID for Jersey (#10745)
---
 docs/en/changes/changes.md                                           | 1 +
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 01f655aa21..39bd1bde96 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -37,6 +37,7 @@
 * Support Elasticsearch Monitoring.
 * Fix PromQL HTTP API `/api/v1/series` response missing `service` label when matching metric.
 * Support ServerSide TopN for BanyanDB.
+* Add component ID for Jersey
 
 #### UI
 * Revert: cpm5d function. This feature is cancelled from backend.
diff --git a/oap-server/server-starter/src/main/resources/component-libraries.yml b/oap-server/server-starter/src/main/resources/component-libraries.yml
index e2cc896f15..b74eee21b2 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -487,6 +487,9 @@ amqp-producer:
 amqp-consumer:
   id: 145
   languages: PHP
+Jersey:
+  id: 146
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only