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 41b00c866f Add Component ID for the GoZero framework (#12700)
41b00c866f is described below

commit 41b00c866f830fbc0abbc3def2e6ca6daeef60ce
Author: Jay <[email protected]>
AuthorDate: Wed Oct 16 16:29:38 2024 +0800

    Add Component ID for the GoZero framework (#12700)
---
 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 78bd688eb1..c46230ebb5 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -9,6 +9,7 @@
 * Polish eBPF so11y metrics and add error count for query metrics.
 * Support query endpoint list with duration parameter(optional).
 * Change the endpoint_traffic to updatable for the additional column 
`last_ping`.
+* Add Component ID(5023) for the GoZero framework.
 
 
 #### 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 0c1ade8592..c11247eca2 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -673,6 +673,9 @@ Fiber:
 GoFrame:
   id: 5022
   language: Golang
+GoZero:
+  id: 5023
+  language: Golang
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to