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
|`processor.tailsamplingprocessor.disableinvertdecisions`| beta | When enabled, sampling policy 'invert_match' will result in a SAMPLED or NOT SAMPLED decision instead of INVERT SAMPLED or INVERT NOT SAMPLED. | v0.0.0 | N/A |[Link](https://opentelemetry.io/)|
169
-
|`processor.tailsamplingprocessor.metricstatcountspanssampled`| alpha | When enabled, a new metric stat_count_spans_sampled will be available in the tail sampling processor. Differently from stat_count_traces_sampled, this metric will count the number of spans sampled or not per sampling policy, where the original counts traces. | v0.0.0 | N/A |[Link](https://opentelemetry.io/)|
170
-
|`processor.tailsamplingprocessor.recordpolicy`| alpha | When enabled, attaches the name of the policy (and if applicable, composite policy) responsible for sampling a trace in the 'tailsampling.policy', 'tailsampling.composite_policy', and `tailsampling.cached_decision` attributes. | v0.0.0 | N/A |[Link](https://opentelemetry.io/)|
171
-
|`processor.tailsamplingprocessor.tailstorageextension`| alpha | When enabled, allows configuring tail_storage to use a tail storage extension implementation. | v0.0.0 | N/A |[Link](https://opentelemetry.io/)|
168
+
|`processor.tailsamplingprocessor.disableinvertdecisions`| beta | When enabled, sampling policy 'invert_match' will result in a SAMPLED or NOT SAMPLED decision instead of INVERT SAMPLED or INVERT NOT SAMPLED. | v0.126.0 | N/A |[Link](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39833)|
169
+
|`processor.tailsamplingprocessor.metricstatcountspanssampled`| alpha | When enabled, a new metric stat_count_spans_sampled will be available in the tail sampling processor. Differently from stat_count_traces_sampled, this metric will count the number of spans sampled or not per sampling policy, where the original counts traces. | v0.95.0 | N/A |[Link](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30482)|
170
+
|`processor.tailsamplingprocessor.recordpolicy`| alpha | When enabled, attaches the name of the policy (and if applicable, composite policy) responsible for sampling a trace in the 'tailsampling.policy', 'tailsampling.composite_policy', and `tailsampling.cached_decision` attributes. | v0.120.0 | N/A |[Link](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35180)|
171
+
|`processor.tailsamplingprocessor.tailstorageextension`| alpha | When enabled, allows configuring tail_storage to use a tail storage extension implementation. | v0.150.0 | N/A |[Link](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/47331)|
172
172
173
173
For more information about feature gates, see the [Feature Gates](https://github.com/open-telemetry/opentelemetry-collector/blob/main/featuregate/README.md) documentation.
description: When enabled, sampling policy 'invert_match' will result in a SAMPLED or NOT SAMPLED decision instead of INVERT SAMPLED or INVERT NOT SAMPLED.
description: "When enabled, a new metric stat_count_spans_sampled will be available in the tail sampling processor. Differently from stat_count_traces_sampled, this metric will count the number of spans sampled or not per sampling policy, where the original counts traces."
description: "When enabled, attaches the name of the policy (and if applicable, composite policy) responsible for sampling a trace in the 'tailsampling.policy', 'tailsampling.composite_policy', and `tailsampling.cached_decision` attributes."
0 commit comments