-
Notifications
You must be signed in to change notification settings - Fork 544
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
Ad hoc filters not working with Tempo #4749
Comments
This seems to be a frontend issue. Is Grafana executing new queries when you apply the ad hoc filter? or is it doing live filtering in the frontend? |
I'm not super familiar with this feature in Grafana so I'm making a guess here. I think that when you select The query above will find any span with the requested service name. The "service" listed in the table is the root service which is why it may be different. Expand the traces by clicking the drop down on the left: See if the returned spans all have the expected service. |
Describe the bug
Hi!
We are switching from ApplicationInisghts in Azure to Tempo in grafana using OpenTelemetry, in AppInsights we had on the TransactionSearch page some filters where we can find by HTTP Code, Custom Properties, Duration, Success, etc.
We found that in grafana we have this also and they are called Ad Hoc filters (image 1) but when we add them they do not filter nothing as you can see on the image 2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The filters on the ad hoc are applied correctly to the data source so in this specific case It will only show the traces with resource.service.name of deployment-tool-agent
Environment:
The text was updated successfully, but these errors were encountered: