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 a1ca1fe852 Add component libraries of `DM` jdbc driver. (#13308)
a1ca1fe852 is described below

commit a1ca1fe8529a3dd25d7a4caa6b614e6a82c97c56
Author: saber-wang <[email protected]>
AuthorDate: Mon Jun 9 18:43:04 2025 +0800

    Add component libraries of `DM` jdbc driver. (#13308)
---
 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 bff21f1285..87256c470c 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -30,6 +30,7 @@
 * Remove string limitation in Jackson deserializer for ElasticSearch client.
 * Fix `disable.oal` does not work.
 * Enhance the stability of e2e PHP tests and update the PHP agent version.
+* Add component ID for the `dameng` JDBC driver.
 
 #### 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 25c1aba053..b10f88b3b4 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -539,6 +539,9 @@ ztunnel:
   id: 162
   languages: ebpf, mesh
   priority: 10
+Dmdb-jdbc-driver:
+  id: 163
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only

Reply via email to