yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Is it possible to make yaeger write results (spans) to db and pick them up on launch? #45

Closed veterr closed 5 years ago

black-adder commented 5 years ago

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.

justinclift commented 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: