Skip to content

Jaeger with Grafana Tempo Backend #6644

Answered by yurishkuro
robbydf asked this question in Q&A
Discussion options

You must be logged in to vote

I never tried it, and don't know how well it is supported, but Tempo includes an implementation of Jaeger Remote Storage API https://github.com/grafana/tempo/tree/main/cmd/tempo-query. It's a separate binary that you run as a gRPC server and point Jaeger query to it, and it will bridge Tempo DB as a compatible source for Jaeger. However, this binary does not implement the write path, only the query, so you would need to ingest data into Tempo directly. I think Tempo will accept OTEL protocol OTLP.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@robbydf
Comment options

@yurishkuro
Comment options

Answer selected by robbydf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants