open-telemetry / opentelemetry-dotnet

The OpenTelemetry .NET Client
https://opentelemetry.io
Apache License 2.0
3.21k stars 759 forks source link

Implement consistent probability sampler. #3300

Open cijothomas opened 2 years ago

cijothomas commented 2 years ago

Feature Request

Implement consistent probability sampler as per spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling.md

The spec is experimental, so this should be kept as a separate non-stable package, and merged to the core SDK once stable.

cijothomas commented 2 years ago

Depends on #1708

cijothomas commented 1 year ago

Depends on #1708

1708 is done. This issue is still open as this is not implemented yet.

github-actions[bot] commented 1 week ago

This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.

TimothyMothra commented 1 week ago

FYI the spec moved: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md

Still in development.