You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and <https://github.com/open-telemetry/opentelemetry-specification/pull/2047>.
10
10
It supports sampling probabilities that are power of 2 (1, 1/2, 1/4, ...), and uses 8-bit `r-value` and 8-bit `p-value` in tracestate.
11
11
@@ -14,18 +14,18 @@ The implementation of this proposal is contained by the package `io/opentelemetr
14
14
***ConsistentSampler**:
15
15
abstract base class of all consistent sampler implementations below
16
16
***ConsistentAlwaysOffSampler**:
17
-
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md#always-off-sampler>
17
+
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/trace/4673-experimental-probability-sampling.md#always-off-sampler>
18
18
***ConsistentAlwaysOnSampler**:
19
-
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md#always-on-consistent-probability-sampler>
19
+
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/trace/4673-experimental-probability-sampling.md#always-on-consistent-probability-sampler>
20
20
***ConsistentComposedAndSampler**:
21
21
allows combining two consistent samplers and samples when both samplers would sample
22
22
***ConsistentComposedOrSampler**:
23
23
allows combining two consistent sampler and samples when at least one of both samplers would sample,
24
-
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md#requirement-combine-multiple-consistent-probability-samplers-using-the-minimum-p-value>
24
+
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/trace/4673-experimental-probability-sampling.md#requirement-combine-multiple-consistent-probability-samplers-using-the-minimum-p-value>
25
25
***ConsistentParentBasedSampler**:
26
-
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md#parentconsistentprobabilitybased-sampler>
26
+
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/trace/4673-experimental-probability-sampling.md#parentconsistentprobabilitybased-sampler>
27
27
***ConsistentProbabilityBasedSampler**:
28
-
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/tracestate-probability-sampling-experimental.md#consistentprobabilitybased-sampler>
28
+
see <https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/trace/4673-experimental-probability-sampling.md#consistentprobabilitybased-sampler>
29
29
***ConsistentRateLimitingSampler**:
30
30
a rate limiting sampler based on exponential smoothing that dynamically adjusts the sampling
31
31
probability based on the estimated rate of spans occurring to satisfy a given rate of sampled spans
0 commit comments