jaegertracing / jaeger

CNCF Jaeger, a Distributed Tracing Platform
https://www.jaegertracing.io/
Apache License 2.0
20.41k stars 2.44k forks source link

Quickwit as a storage backend #4362

Closed evanxg852000 closed 1 year ago

evanxg852000 commented 1 year ago

Quickwit is a sub-second search & analytics engine designed to work natively on cloud storage for distributed tracing, logs and other search use cases. Quickwit natively supports the OpenTelemetry protocol to store traces and Jaeger UI by implementing the SpanReader interface of Jaeger's Remote Storage API. This allows users to store tracing data in Quickwit via OLTP; then query and visualize using Jaeger UI. We have a tutorial on how to use Jaeger with Quickwit

As of Quickwit 5.0, only the SpanReader part is implemented therefore Quickwit can be used as a drop-in replacement to a span storage backend.

Is it possible to add Quickwit to the list of additional storage backends in this Meta issue ?

Disclaimer: I work on Quickwit

evanxg852000 commented 1 year ago

I have updated this issue to give more details

yurishkuro commented 1 year ago

https://github.com/jaegertracing/jaeger/discussions/4363

yurishkuro commented 1 year ago

Added