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 fac8309e13 Add a component ID for Netty (#11442)
fac8309e13 is described below

commit fac8309e13311c4455d39d906aae96c46bb5c5ed
Author: peachisai <96932958+peachi...@users.noreply.github.com>
AuthorDate: Sat Oct 21 20:39:26 2023 +0800

    Add a component ID for Netty (#11442)
---
 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 a5715bae9f..3f4b445234 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -27,6 +27,7 @@
 * Fix `WebhookCallback` send incorrect messages, add catch exception for each 
callback HTTP Post.
 * Fix AlarmRule expression validation: add labeled metrics mock data for check.
 * Support collect ZGC memory pool metrics.
+* Add a component ID for Netty-http (ID=151).
 
 #### 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 930b5452a7..692137430d 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -502,6 +502,9 @@ Aerospike:
 Nacos:
   id: 150
   languages: Java
+Netty-http:
+  id: 151
+  languages: Java
 
 
 # .NET/.NET Core components

Reply via email to