Hello,
I'm using Jaeger with Badger storage enabled. Is there any known option to cleanup storage like it is implemented for ES storage (https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/es/esCleaner.py)? Or is there any option to set data retention span which will execute automatic cleanup of records older than 1 month for example?
cc @burmanm
--badger.span-store-ttl=168h is the default. You can use that same parameter to define a new value how long to keep the spans. They're cleaned automatically after expiring.
Thank you very much. Now everything is clear, I couldn't find that information in documentation or I missed it somehow.
Estou criando uma aplica莽茫o java com spring boot que preciso definir o tempo para manter o tracer e o --badger.span-store-ttl=0h0m10s n茫o funciona, onde ele deveria ser implementado ?
I'm creating a spring boot java application that I need to set the time to keep the tracker on and --badger.span-store-ttl = 0h0m10s doesn't work, where should it be implemented?
application.yaml
docker-compose.yaml - client or jaegertracing/all-in-one
Most helpful comment
--badger.span-store-ttl=168his the default. You can use that same parameter to define a new value how long to keep the spans. They're cleaned automatically after expiring.