How to inject OTEL tracing propagation when making http requests from user storage SPI #41055
Unanswered
keren-tevet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I followed the great recommendation here to use OTEL tracer / spans in my user SPI,
and I have 2 follow up questions:
Are there examples for injecting trace-id and other tracing headers to next services that are called with HttpURLConnection from or User storage SPI? (we're using Jaeger propagators)
How to set up local OTEL exporters to console (e.g on local docker environment when OTEL endpoint is not available)?
I tried few env variables described here with KC_ prefix, e.g KC_OTEL_TRACES_EXPORTER, but it didn't seem to have an impact.
Beta Was this translation helpful? Give feedback.
All reactions