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 e4f46db647 Add component ID(149) for Aerospike java client plugin 
(#11000)
e4f46db647 is described below

commit e4f46db647c611c8eaea8e04d8ca92a344d81d19
Author: dd1k <[email protected]>
AuthorDate: Mon Jun 26 23:43:02 2023 +0800

    Add component ID(149) for Aerospike java client plugin (#11000)
---
 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 40f03c0d36..2f76a7cdc4 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -22,6 +22,7 @@
   to control the period of training and sync HTTP URI recognition patterns. 
And shorten the default period to 10s for
   sync and 60s for training.
 * Fix ElasticSearch scroller bug.
+* Add component ID for Aerospike(ID=149).
 
 #### 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 7db2ce4c69..d0195ef9c7 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -496,6 +496,9 @@ Grizzly:
 WebSphere:
   id: 148
   languages: Java
+Aerospike:
+  id: 149
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only

Reply via email to