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 5c17143  Feat:add go-micro component id (#5580)
5c17143 is described below

commit 5c1714329e01310dfdb572be666453d5bd94237f
Author: Yu.Bozhong <[email protected]>
AuthorDate: Tue Sep 29 09:11:21 2020 +0800

    Feat:add go-micro component id (#5580)
---
 .../server-bootstrap/src/main/resources/component-libraries.yml     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml 
b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index d86fe6d..97ae15d 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -419,6 +419,12 @@ Gin:
 Gear:
   id: 5007
   languages: Golang
+GoMicroClient:
+  id: 5008
+  languages: Golang
+GoMicroServer:
+  id: 5009
+  languages: Golang
 
 # Lua components
 # [6000, 7000) for Lua agent

Reply via email to