Service A (nodejs) I have is using service graph through grafana+tempo+metricGenerator+prometheus+opentelemetry (nodejs auto instrumentation).
By the way, service A is making an API call to external system B through axios.
The trace span is displayed fine.
It is not displayed in the service graph(node graph). We don’t need to monitor external system B, but we want to see calls from service A to external system in the service graph.
Maybe that feature is not currently supported?