-
Notifications
You must be signed in to change notification settings - Fork 521
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
"No data for selected query" in Explore Tempo menu #4200
Comments
If you run a basic traceql metrics query in normal explore do you get a result? something like:
|
No,, when I query only |
Here is a doc about configuring tempo for https://grafana.com/docs/tempo/latest/operations/traceql-metrics/#before-you-begin and i think a few details for 2.6 are missing that can be found in the release notes (cc @knylander-grafana) https://grafana.com/docs/tempo/latest/release-notes/v2-6/#operational-change-for-traceql-metrics unfortunately, i don't know much about helm. if you provide the generated tempo config, i can probably give better advice. |
I referenced the shared page and added it to metricsGenerator, but TraceQL still doesn't work properly. There is no /var/tempo/traces path in the tempo-metrics-generator service pod. Could this be due to incorrect configuration?
I am sharing the Tempo configuration. If there are any missing parts, please let me know. Thanks a lot!
|
I've updated the configuration docs to add the 2.6 info here. If you find anything else missing in the docs, please let me know and we'll get them updated. |
I think you're sharing the values.yaml file from the helm chart, but I'm not very familiar with that. If you could share the actual rendered Tempo configmap I would probably be able to find the misconfiguration. |
Thanks for your support. Here is my tempo-config configmap yaml. |
Not seeing anything obvious in your config. It looks like it should work. Can you step through this metrics gen troubleshooting to make sure the generators are receiving and processing spans: https://grafana.com/docs/tempo/latest/troubleshooting/metrics-generator/ |
i think it's fixed after set the config from https://grafana.com/docs/tempo/latest/release-notes/v2-6/#operational-change-for-traceql-metrics which @joe-elliott mentioned.
big thanks |
Hi, I’m trying to use the Explore Tempo plugin. I've connected the Tempo data source, and traces are visible, but in the RED metrics or other sections, it shows "No data for selected query." There are no errors in the logs of each pod either.
What could be misconfigured? Below is the values.yaml file.
Thank you!
The text was updated successfully, but these errors were encountered: