Since v0.27 no traces are exported to http endpoint while tracing_ppender works #2319
Unanswered
ronnybremer
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I assume it might be related to #1779. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I have been using opentelemetry-otlp 0.16 for some time and could export traces and metrics. Traces are logged to a local file and also sent to otel-collector port 4317.
Since I migrated to opentelemetry 0.27 the latter doesn't work anymore. I verified the changelog and the new examples and this is how I set up tracing and metrics:
In the previous code (v0.16) I had to add a layer to the tracing_subscriber, like this:
but that seems to no longer work (or I am unable to get it to work anyway).
The traces are exported fine in the local log file, but are no longer sent to the otel-collector endpoint. Metrics works fine and is exported every 30s.
What am I missing?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions