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 1706020f30 Add a component ID for Fiber (ID=5021) (#11450)
1706020f30 is described below

commit 1706020f3035b53f46417e00b7dc2a0b28cae6df
Author: Starry <codeprince2...@163.com>
AuthorDate: Tue Oct 24 08:36:47 2023 +0800

    Add a component ID for Fiber (ID=5021) (#11450)
---
 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 b20a69ac6a..8f8480031b 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -28,6 +28,7 @@
 * 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).
+* Add a component ID for Fiber (ID=5021).
 
 #### 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 692137430d..1e845ec150 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -644,6 +644,9 @@ GoFastHttpClient:
 GoFastHttpServer:
   id: 5020
   language: Golang
+Fiber:
+  id: 5021
+  language: Golang
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to