The error message is repeatedly appearing throughout the logs and needs to be reduced. #7558
-
Whenever I fail to send the logs, traces, or metrics, I get a log message like “failed to export … etc.” It creates a lot of noise in the container logs. Is there any way to reduce or suppress these logs? or any way where i can reduce the time of retries .. is there any way ?? this class is responsible for spamming a bunch of logs : https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/common/src/main/java/io/opentelemetry/exporter/internal/grpc/GrpcExporter.java#L98 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Do you know why you're getting so many failures to export? The logs are already throttled so they don't send very often, so if you're seeing a lot of logging about this, you might have something misconfigured in your exporter. |
Beta Was this translation helpful? Give feedback.
No, we're not planning on changing the frequency. It depends on how you have your exporter configured (how often exports are triggered), and the throttling logger settings. We won't be changing any defaults.