OpenTelemetry: How to suppress the logs emitting from opentelemetry-javaagent #11186
Unanswered
sivaponting
asked this question in
Q&A
Replies: 2 comments
-
moving this question over to the instrumentation repo |
Beta Was this translation helpful? Give feedback.
0 replies
-
-> use otel.logs.exporter=none |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the use-case,
We are using opentelemetry-instrumentation to monitor our application. We have extentions to capture the Apache-Spark logs.
Now it's capturing both the application logs as well as spark logs.
otel.logs.exporter=otlp
otel.traces.exporter=otlp
otel.metrics.exporter=otlp
Is thr any mechanism to suppress only application logs?
Beta Was this translation helpful? Give feedback.
All reactions