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 532e42b2ff Add Micrometer as a component (#10078)
532e42b2ff is described below

commit 532e42b2ff1af521de3b78bc2e4fb23c5e250bf8
Author: Marcin Grzejszczak <[email protected]>
AuthorDate: Sat Dec 3 14:40:23 2022 +0100

    Add Micrometer as a component (#10078)
---
 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 d1a9e01160..b73f770b4c 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -5,6 +5,7 @@
 #### OAP Server
 
 * Add `ServerStatusService` in the core module to provide a new way to expose 
booting status to other modules.
+* Adds Micrometer as a new component.(ID=141)
 
 #### 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 bfec625456..7f12c67efd 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -452,6 +452,9 @@ AWSSNS:
 AWSSQS:
   id: 140
   languages: Java,C#,Node.js,Python
+Micrometer:
+  id: 141
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only

Reply via email to