Should we allow "certified" storage backends that only expose Jaeger Read API? #4363
yurishkuro
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Historically our requirement for external storage was a write path from jaeger-collector and read path from jaeger-query (https://www.jaegertracing.io/docs/1.43/apis/#remote-storage-api-stable). These days, various storage solutions are implementing other ways of getting data in, usually via OTLP directly, and then only expose the Jaeger Read API (former example Promscale, new one Quickwit (#4362)). Previously I asked Promscale to implement the write path before including them as certified backend in the docs. Should reconsider this policy and allow read-path only implementations?
Pros:
Cons:
8 votes ·
Beta Was this translation helpful? Give feedback.
All reactions