Add componentId for apache servicecomb. (#3676)
* Add componentId for apache servicecomb. * Edit according to comment * add servicecomb * Edit according to comment * fix
This commit is contained in:
parent
70f94d577c
commit
96a3e34243
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue