-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Copy link
Labels
type/bugSomething isn't workingSomething isn't working
Description
Describe the bug
with (most_recent=true)
is not deterministic as expected, and it will jump between the latest time and a time prior that is within about 10 minutes
To Reproduce
- Run
docker compose up
on https://github.com/grafana/tempo/tree/main/example/docker-compose/local - Go to 1 hour or 3 hours (I haven't tried other timeframes) and just continually run the query:
{} with(most_recent=true)
Expected behavior
The results should be deterministic and give the latest traces every time.
Environment:
- Infrastructure: laptop, mac apple silicon
- Deployment tool: docker-compose
Additional Context
Tested with both versions below
grafana/tempo latest c17dd8863ab7 6 days ago 148MB
grafana/tempo latest 666d5d36857a 4 hours ago 152MB
mostrecenttrueissue.mov
Will add more info as I dig into it further.
Metadata
Metadata
Assignees
Labels
type/bugSomething isn't workingSomething isn't working