-
Notifications
You must be signed in to change notification settings - Fork 976
Composite Sampler #1844
Copy link
Copy link
Closed
Labels
area:sdkRelated to the SDKRelated to the SDKhelp wantedExtra attention is neededExtra attention is neededspec:traceRelated to the specification/trace directoryRelated to the specification/trace directory
Metadata
Metadata
Assignees
Labels
area:sdkRelated to the SDKRelated to the SDKhelp wantedExtra attention is neededExtra attention is neededspec:traceRelated to the specification/trace directoryRelated to the specification/trace directory
Let's imagine for a second that #1597 is resolved and we have a sampler that drops server spans based on the url. It is safe to assume that for any particular configured Otel SDK we still will need one more sampler, to decide the fate of all other spans. This is already a second example of "composite samplers", the first being existing ParentBased sampler.
This raises several questions:
OTEL_TRACES_SAMPLERbe expanded to allow for configuration of sampler composition?