surechen commented on a change in pull request #3676: Add componentId for apache servicecomb. URL: https://github.com/apache/skywalking/pull/3676#discussion_r337407699
########## File path: oap-server/server-starter/src/main/resources/component-libraries.yml ########## @@ -254,6 +254,15 @@ pulsar-consumer: Ehcache: id: 75 languages: Java +servicecomb-mesher: + id: 76 + languages: Golang +servicecomb-service-center: + id: 77 + languages: Golang Review comment: > Golang should take ` [5000, 6000)`, such as node js > > ``` > # NoeJS components > # [4000, 5000) for Node.js agent > ``` When I add componetId in https://github.com/apache/skywalking/blob/master/oap-server/server-starter/src/main/resources/component-libraries.yml#L113. Add icon in https://github.com/apache/skywalking-ui/tree/master/public/img/node . Could you teach me how to establish the relationship between icon in public/img/node and component ID? I want to show this icon in topology when I send corresponding component ID. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
