quickwit-oss / quickwit

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
https://quickwit.io
Other
7.75k stars 310 forks source link

Update CONTRIBUTING.md and docker-compose.yaml to make it possible to have jaeger show quickwit traces #2924

Open fulmicoton opened 1 year ago

fulmicoton commented 1 year ago

We now index our traces by default, but it is unclear how to consume them.

CONTRIBUTING.md seems to describe a way to ship traces directly to jaeger (and use jaeger as the backend) We need to edit this, and possibly remove the associated code.

guilload commented 1 year ago

When developing locally, the 30s ingestion delay is painful, and I prefer to work with the Jaeger in-memory backend.

fmassot commented 1 year ago

It is painful for all users. We should solve this by reducing the commit timeout. If we don't use it for our own usage, that's a bad sign.

fulmicoton commented 1 year ago

I suggest we make it 5s and we advertise more clearly how to connect jaeger to quickwit. Ideally I think we should remove the "old way"

fmassot commented 1 year ago

let's goooo, tutorial in progress https://github.com/quickwit-oss/quickwit/pull/2947