Setting OTEL_TRACES_EXPORTER=none does not stop the trace exporter #6936
Answered
by
mateuszrzeszutek
kwmlodozeniec
asked this question in
Q&A
-
In my environment I set OTEL_TRACES_EXPORTER to none during local development but I still get repeated exceptions in the logs as traces are being exported. Any ideas how to disable the export completely? My stack uses FastAPI and Requests instrumentation and the exception I'm getting is
|
Beta Was this translation helpful? Give feedback.
Answered by
mateuszrzeszutek
Oct 21, 2022
Replies: 1 comment 2 replies
-
Hey @kwmlodozeniec , |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kwmlodozeniec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kwmlodozeniec ,
You should probably open this discussion in https://github.com/open-telemetry/opentelemetry-python-contrib - FastAPI and Requests are not Java libs