-
Notifications
You must be signed in to change notification settings - Fork 524
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
Compactor set new retention period doesn't work #4336
Comments
I would check the following:
|
Not the config file. The output of the
Please curl the endpoint on a compactor to confirm.
Did you check this? Also it would be interesting to check if all compactors or only some compactors are incorrectly removing blocks. |
I confirm that endpoint result is correct value
|
I installed grafana tempo with helm and then I set the new retention period of the compactor 360h (15 days).
The all setting were applied correctly (configMap, deployment), the tempo.conf file has new set 360h, the pod loaded the retention period.
Traces store in S3 bucket, but compactor delete traces older than 48 hours.
Could you please some help for this issue, because I am going to implement this product and I need for longer retention period that 48 hours.
compactor: config: compaction: block_retention: 360h
The text was updated successfully, but these errors were encountered: