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
Describe the bug
Queries such as { trace:id = "26592c9ca6385" } return "0 series returned" even though the trace does exist.
This only happens when the trace id is 64 bit. When it is 128 bit, such as { trace:id = "fa4781118759fea1e7226976e0ef5c14" }, the result is as expected.
To Reproduce
Steps to reproduce the behavior:
Open Grafana Cloud -- Explore a Tempo data source (tried on branch r178)
Query {}, find a short trace id and then query it with {trace:id = "<traceid>"}
It doesn't return anything.
Expected behavior
The trace is found and returned.
Environment:
Infrastructure: Kubernetes
Deployment tool: jsonnet
The text was updated successfully, but these errors were encountered:
Describe the bug
Queries such as
{ trace:id = "26592c9ca6385" }
return "0 series returned" even though the trace does exist.This only happens when the trace id is 64 bit. When it is 128 bit, such as
{ trace:id = "fa4781118759fea1e7226976e0ef5c14" }
, the result is as expected.To Reproduce
Steps to reproduce the behavior:
{}
, find a short trace id and then query it with{trace:id = "<traceid>"}
Expected behavior
The trace is found and returned.
Environment:
The text was updated successfully, but these errors were encountered: