opentelemetry-specification icon indicating copy to clipboard operation
opentelemetry-specification copied to clipboard

Support a sampling or aggregation mechanism for the logging signal

Open codeboten opened this issue 3 years ago • 3 comments

What are you trying to achieve?

The tracing signal provides a sampler configuration to reduce the amount of traces emitted by an application, it would be useful to provide a similar capability in the logging signal. Maybe an aggregation mechanism would be more appropriate for logging.

Looking through the specification for logs, I didn't come across anything like this which is why I'm opening the issue.

codeboten avatar Dec 23 '21 16:12 codeboten

the "tracing" signal provides a "sampler" in the SDK, but for logging we do not have an SDK defined yet.

bogdandrutu avatar Jan 03 '22 22:01 bogdandrutu

the "tracing" signal provides a "sampler" in the SDK, but for logging we do not have an SDK defined yet.

Is there a plan to add sampler in logging?

wallezhang avatar Jan 14 '22 09:01 wallezhang

Linking things: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9117 This spec PR, abandoned: https://github.com/open-telemetry/opentelemetry-specification/pull/2482

atoulme avatar Sep 24 '22 04:09 atoulme