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 d9e94844e5 add component ID for fasthttp-go agent (#11418)
d9e94844e5 is described below

commit d9e94844e5b6038ddd8d3aa16287e86246d70657
Author: xuyue97 <978861...@qq.com>
AuthorDate: Wed Oct 18 12:38:16 2023 +0800

    add component ID for fasthttp-go agent (#11418)
---
 .../server-starter/src/main/resources/component-libraries.yml       | 6 ++++++
 1 file changed, 6 insertions(+)

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 b395dc8ca9..930b5452a7 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -635,6 +635,12 @@ GoMuxServer:
 Iris:
   id: 5018
   language: Golang
+GoFastHttpClient:
+  id: 5019
+  language: Golang
+GoFastHttpServer:
+  id: 5020
+  language: Golang
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to