Closed veterr closed 5 years ago
Guessing here, but it sounds like @veterr is just starting out with Jaeger, so is probably using the default Jaeger (docker image?) which stores data to an in-memory database. Each time that's restarted... it's all gone.
@veterr If that's the situation, you'll need to configure Jaeger to store the data in an external place. According to the docs, Cassandra, ElasticSearch, and Kafka are supported, though other data store possibilities exist too:
Does that help? :smile:
im not sure I follow what's being asked here. Also, the official jaeger repo https://github.com/jaegertracing/jaeger might be a better place for this question.