Exporting traces does not work with OTEL_EXPORTER_OTLP_ENDPOINT but it does work with OTEL_EXPORTER_TRACES_ENDPOINT env variables.
#4961
Unanswered
JayeshHire
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi, does it work for you when you specify the scheme? e.g. |
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



Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to instrument my fastapi application for collecting traces.
I had environment variables with the below values for exporting traces and I was exporting them to the jaegar instance which was running in docker container.
With the above values my application was not able to find the traces' backend.
However, when I omitted the above variables and then tried to set below env variables, my application was successfully exporting traces to the jaegar instance.
Below are the environment variables with which my setup is working.
Are the environment variables
OTEL_EXPORTER_OTLP_ENDPOINTandOTEL_EXPORTER_OTLP_PROTOCOLremoved from the latest version in the sdk?Because, if they are then it should clearly be reflected in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions