-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The latest OpenTelemetry Specification version introduced the AlwaysRecord sampler:
AlwaysRecordis a sampler decorator that ensures every span is passed to
theSpanProcessor, even those that would normally be dropped. It does this
by convertingDROPdecisions from the wrapped sampler intoRECORD_ONLY
decisions, allowing processors to see all spans without sending them to
exporters. This is typically used to enable accurate span-to-metrics processing.
References:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request