How to add external sercice as node in service graph

Hey,

I have ad service called “A” which will receive triggers from the external service which is not instrumented. How can represent that service name is the service graph.
i am able to add it in the service graph , but i am not able to modify the default it is taking it is “user”. How can i modfy this ??

the nodegraph example on the play site is a good place to start:

https://play.grafana.org/d/bdodfbi3d57uoe/node-graph-panel?orgId=1&from=now-6h&to=now&timezone=browser

1 Like

Thanks for the reply

Is there any feature where we can show the external services in services graph dynamically , since i receive triggers from multiple external sources which are not instrumented and here it is showing those service as only one node “user”.

Yes,
Assume i have 2 service “A” and “B”. A will receive some triggers from the external service which is not instrumented , I dont want to monitor that external service just want to show that extern service as node in the service graph. i am able to show that service in service graph but here it is taking default name as “user” and also my service B also receiving and sending some triggers to different external for that also it is showing as “user” . So here i am not able differentiate between the multiple external services which are not instrumented.