-
Notifications
You must be signed in to change notification settings - Fork 521
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 are not available after 30 minutes on Windows #3552
Comments
I would guess that the querier component is not correctly seeing the blocks. Perhaps there is a polling issue? Can you check metrics such as |
Following are metric values regarding blocklist:
|
Since we are not seeing a Can you check the configured paths to see if they have any blocks? or review the logs to see if you catch any polling errors? I'm not familiar with Windows so it's difficult to comment on the configured paths. Should they be |
These are error and warn logs:
Checked tempo data folder and it has data. Following is the structure:
Tried with Also another issue is that tempo data folder size is only growing. It looks like old files are not deleted. |
Right. It seems like all components are failing to discover the blocks for your tenant. This means querying/compaction/retention will not work. Perhaps there is a bug in the local backend on windows. |
Describe the bug
I have simple grafana-agent and tempo setup running on windows as executables. My application pushes traces through grafana-agent and only traces of last 30 minutes are found when querying. After 30 minutes trace is not available.
404 Not Found Body: trace not found
is returned when searching for trace that is older than 30 minutes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Trace should be found but
404 Not Found Body: trace not found
is returned.Environment:
Additional Context
Configuration:
The text was updated successfully, but these errors were encountered: