You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋
Are you referring to the support for this Tempo feature? If so, I think you are right, meaning that as of now the TraceQL query editor in Grafana is probably not aware of this filtering directly done by Tempo, but it is definitely worth to update the editor to take advantage of it.
What happened?
When using TraceQL with autocomplete filtering enabled, tag values are cached and never refreshed when there are new conditions.
What did you expect to happen?
Values to be refreshed to match the new query.
Did this work before?
No.
How do we reproduce it?
{ resource.cluster="foo" && span.http.route=}
.span.http.route
will apear that matchresource.cluster="foo"
{ resource.cluster="bar" && span.http.route=}
.Is the bug inside a dashboard panel?
No response
Environment (with versions)?
No response
Grafana platform?
None
Datasource(s)?
Tempo
The text was updated successfully, but these errors were encountered: