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 2603d2bd17 Add component ID(158) for the Solon framework (#12347)
2603d2bd17 is described below

commit 2603d2bd17a09723ebef0c5819f7c303b776f6d1
Author: 寻找的人 <1312544...@qq.com>
AuthorDate: Thu Jun 20 14:20:05 2024 +0800

    Add component ID(158) for the Solon framework (#12347)
---
 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 6f97d08e17..85c034f885 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -12,6 +12,7 @@
 * Increase `SW_CORE_GRPC_MAX_MESSAGE_SIZE` to 50MB.
 * Support to query relation metrics through PromQL.
 * Support trace MQE query for debugging.
+* Add Component ID(158) for the Solon framework.
 
 #### UI
 
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 5b50d5c27f..67d73d0a9b 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -523,6 +523,9 @@ Sybase-jdbc-driver:
 OceanBase-jdbc-driver:
   id: 157
   languages: Java
+SolonMVC:
+  id: 158
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only

Reply via email to