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 df05b3ddd7 Add Component ID=5022 for GoFrame (#12624)
df05b3ddd7 is described below

commit df05b3ddd709e9ab657eb586421d5e83156c5bed
Author: 回村的诱惑 <[email protected]>
AuthorDate: Thu Sep 19 00:11:06 2024 +0800

    Add Component ID=5022 for GoFrame (#12624)
---
 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 33626b5389..fb02013cd7 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -67,6 +67,7 @@
 * Support to analysis the ztunnel mapped IP address in eBPF Access Log 
Receiver.
 * Adapt BanyanDB Java Client 0.7.0-rc3.
 * Add SkyWalking Java Agent self observability dashboard.
+* Add Component ID(5022) for the GoFrame 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 25f44a98b9..0c1ade8592 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -670,6 +670,9 @@ GoFastHttpServer:
 Fiber:
   id: 5021
   language: Golang
+GoFrame:
+  id: 5022
+  language: Golang
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to