Jaeger: Badger storage type and data retention

Created on 10 Jul 2019  路  4Comments  路  Source: jaegertracing/jaeger

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?

question storage storagbadger

Most helpful comment

--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.

All 4 comments

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

https://www.jaegertracing.io/docs/1.19/cli/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mabn picture mabn  路  4Comments

rur0 picture rur0  路  4Comments

pavolloffay picture pavolloffay  路  3Comments

black-adder picture black-adder  路  4Comments

Disturbing picture Disturbing  路  5Comments