Replies: 2 comments 2 replies
-
cc @open-telemetry/android-approvers in case they have any ideas (also if you haven't already, check out https://github.com/open-telemetry/opentelemetry-android) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Headers should be injected in Use a debugger to see what is going on. Maybe you are using the noop instance of OpenTelemetry? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a kotlin SDK, and I'm currently using the call factory to insert telemetry headers into the HTTP requests:
My unit tests all pass in the SDK source, and I can see the traceparent headers being added there... But, when I inspect the outgoing requests in Android studio for our test Android client the headers are missing. I can see the call stack for the request, and the call to the io.opentelemetry.instrumentation.okhttp.v3_0.TracingCallFactory is being made, but I get no traceparent.
Can someone please suggest what I might do to remedy this?
Beta Was this translation helpful? Give feedback.
All reactions