service graph is not showing average time correctly #4367
Unanswered
maheddin092
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I believe this is just showing a "service graph" of the entry point into your trace. Asynchronous service graph creation is disabled by default but you can turn it on by setting https://grafana.com/docs/tempo/latest/configuration/#metrics-generator We don't use this setting internally. It was PR'ed by the community. I would love to hear how it works for you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am implementing traces in my application, here the connection type is "messaging" and the application is using Kafka for communication.
In my application, I am consuming from Kafka inserting the message to an internal queue pulling the message in another thread and processing it, and then sending it to another external app that is not instrumented. I am getting the trace details in Grafana, but is the service graph average time calculated by considering only root span time, can any one help me here to fix this.
LABLES:
consuming:
processing from que:
sending
service graph:
trace:
here the average time should be 3490 ms, it is only considering the root span time which is 1 sec.
Beta Was this translation helpful? Give feedback.
All reactions