-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node graph displays incorrect values #4319
Comments
Can you check the underlying histograms to see if they agree with the service graph or not?
|
Hey @joe-elliott , thanks for replying. It seems for me, like |
I hope it's seconds. Your promql query is multiplying by 1000 is that causing the discrepancy? It would be interesting to see the p50 as well.
So this means if there's an issue it's related to the service graph processor/tempo and not the Grafana visualization. When we measure server and client "latency" we use the span duration. Here is where we record the information: and here is where set it: https://github.com/grafana/tempo/blob/main/modules/generator/processor/servicegraphs/servicegraphs.go#L199 Perhaps this definition of "latency" is unexpected or is causing the discrepancy? I'd also rate these two counters:
This will give you a sense of how many of your discovered edges are being expired w/o finding a suitable pair. Perhaps the issue is that only a small percentage is getting paired which is skewing the results? The service graphs config block has an option called https://grafana.com/docs/tempo/latest/configuration/#metrics-generator |
Description
The node graph in Grafana Tempo plugin is showing incorrect values
Steps to Reproduce
Expected Behavior
Current Behavior
System Information
10.1.10
8.6.0
)2.6.0
1.21.1
)Additional Context
Screenshot of node graph showing incorrect values
Traces metrics are correct in Tempo
Possible Related Issues
The text was updated successfully, but these errors were encountered: