It seems that otel.metrics.exporter=none is not working #11888
Unanswered
HyoTaek-Jang
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Are you using the otel java agent or something else? |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I only need trace data and do not need to send metrics and logs data to OpenTelemetry (OTel). According to the documentation at https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#exporter-selection, setting the exporter to “none” should achieve this.
However, the following three methods did not work:
Despite these attempts, metrics logs are still being generated. How can I prevent metrics and logs from being sent to the OTel collector?
Beta Was this translation helpful? Give feedback.
All reactions