How to limit file size when using Jaeger-all-in-one and Badger in docker composer #6250
Replies: 1 comment
-
Hey there, @fernando-viegas! I'm here to help you with that issue. Let's work together to find a solution while you wait for a human maintainer. I found a similar unsolved discussion regarding controlling Badger file size in a Jaeger Docker image. You can view it here [1]. Regarding your question, the Jaeger documentation does not provide specific guidance on limiting Badger file size directly. However, it does suggest managing storage constraints by setting a time-to-live (TTL) for stored spans, which you are already doing with For more precise control over disk usage, you might need to explore Badger's own configuration options or consider using a different storage backend that offers more granular disk usage controls. Unfortunately, specific environment variables or command-line flags for controlling Badger's disk usage in Jaeger are not documented in the available resources. |
Beta Was this translation helpful? Give feedback.
-
I have a docker compose file that runs a Jaeger + Badger with disk storage:
It is mandatory that I set the file size to control disk space. I have searched a lot to find a solution, but no information!
I would really appreciate solutions to solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions