Replies: 1 comment 2 replies
-
It sounds like there's a lot to unpack here:
Kafka is something I've been hearing increasingly more often and I suspect we'll need to support it in the future. We don't have plans to work on it any time soon, so we'd really need external contributors to take charge on this one with proposals and PRs for it to happen quickly. It's a similar case with OTLP, though I think we're further off there. I'd personally want the OTLP protocol for logs to be stable before considering adding OTLP support for all telemetry types. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're planning on using OTEL for ingest with OAuth. We expect to send spans to kafka and are wondering how we can dynamically pass along the x-scope-orgid from kafka to cortex/loki/tempo?
We know that OTEL is still developing their auth capability and it's unclear how we'll be able to extract that data. Here's some potential solutions we're considering:
Does grafana-agent have anything that would support this use case or if not, would it make sense to in the foreseeable future?
Beta Was this translation helpful? Give feedback.
All reactions