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 2a08cd86c5 Add component ID for lock frameworks (#11122)
2a08cd86c5 is described below

commit 2a08cd86c5a4900f2bed06e278700891539de34d
Author: mrproliu <[email protected]>
AuthorDate: Thu Jul 20 23:45:00 2023 +0800

    Add component ID for lock frameworks (#11122)
---
 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 4e447b4d12..1fc19a1863 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -52,6 +52,7 @@
 * Fix `index out of bounds exception` in `aggregate_labels` MQE function.
 * Do not print configurations values in logs to avoid sensitive info leaked.
 * Move created the latest index before retrieval indexes by aliases to avoid 
the 404 exception. This just prevents some interference from manual operations.
+* Add component ID for Lock (ID=5016).
 
 #### 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 c8768f2269..9801fc810f 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -622,6 +622,9 @@ GoRedis:
 Echo:
   id: 5015
   language: Golang
+Lock:
+  id: 5016
+  language: Golang,Node.js,Python,java
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to