Skip to content
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

Traces with 64 bit IDs cannot be queried by trace:id #4437

Open
carles-grafana opened this issue Dec 11, 2024 · 0 comments
Open

Traces with 64 bit IDs cannot be queried by trace:id #4437

carles-grafana opened this issue Dec 11, 2024 · 0 comments
Labels
traceql type/bug Something isn't working

Comments

@carles-grafana
Copy link
Contributor

carles-grafana commented Dec 11, 2024

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:

  1. Open Grafana Cloud -- Explore a Tempo data source (tried on branch r178)
  2. Query {}, find a short trace id and then query it with {trace:id = "<traceid>"}
  3. It doesn't return anything.

Expected behavior
The trace is found and returned.

Environment:

  • Infrastructure: Kubernetes
  • Deployment tool: jsonnet
@carles-grafana carles-grafana added type/bug Something isn't working traceql labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
traceql type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant