You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/11/18 22:58:34 UTC

[skywalking] branch master updated: Add componentId for apache servicecomb. (#3676)

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 96a3e34  Add componentId for apache servicecomb. (#3676)
96a3e34 is described below

commit 96a3e342432e905132686c60de4eb08e7424c3b9
Author: surechen <81...@qq.com>
AuthorDate: Tue Nov 19 06:58:15 2019 +0800

    Add componentId for apache servicecomb. (#3676)
    
    * Add componentId for apache servicecomb.
    
    * Edit according to comment
    
    * add servicecomb
    
    * Edit according to comment
    
    * fix
---
 .../server-starter/src/main/resources/component-libraries.yml    | 9 +++++++++
 1 file changed, 9 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 eea46f7..4087acf 100755
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -327,6 +327,15 @@ Koa:
   id: 4004
   languages: Node.js
 
+# Golang components
+# [5000, 6000) for Golang agent
+ServiceCombMesher:
+  id: 5001
+  languages: Golang
+ServiceCombServiceCenter:
+  id: 5002
+  languages: Golang
+
 # Component Server mapping defines the server display names of some components
 # e.g.
 # Jedis is a client library in Java for Redis server