Skip to content

Commit 535c463

Browse files
committed
chore: add version and reference url to all feature gates
1 parent 55f1bef commit 535c463

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

processor/tailsamplingprocessor/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ This component has the following feature gates:
165165

166166
| Feature Gate | Stage | Description | From Version | To Version | Reference |
167167
| ------------ | ----- | ----------- | ------------ | ---------- | --------- |
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.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) |
172172

173173
For more information about feature gates, see the [Feature Gates](https://github.com/open-telemetry/opentelemetry-collector/blob/main/featuregate/README.md) documentation.

processor/tailsamplingprocessor/internal/metadata/generated_feature_gates.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/tailsamplingprocessor/metadata.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ feature_gates:
1515
- id: "processor.tailsamplingprocessor.disableinvertdecisions"
1616
description: When enabled, sampling policy 'invert_match' will result in a SAMPLED or NOT SAMPLED decision instead of INVERT SAMPLED or INVERT NOT SAMPLED.
1717
stage: beta
18-
from_version: v0.0.0
19-
reference_url: https://opentelemetry.io/
18+
from_version: v0.126.0
19+
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39833
2020

2121
- id: "processor.tailsamplingprocessor.metricstatcountspanssampled"
2222
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."
2323
stage: alpha
24-
from_version: v0.0.0
25-
reference_url: "https://opentelemetry.io/"
24+
from_version: v0.95.0
25+
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30482
2626

2727
- id: "processor.tailsamplingprocessor.recordpolicy"
2828
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."
2929
stage: alpha
30-
from_version: v0.0.0
31-
reference_url: https://opentelemetry.io/
30+
from_version: v0.120.0
31+
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35180
3232

3333
- id: "processor.tailsamplingprocessor.tailstorageextension"
3434
description: When enabled, allows configuring tail_storage to use a tail storage extension implementation.
3535
stage: alpha
36-
from_version: v0.0.0
37-
reference_url: https://opentelemetry.io/
36+
from_version: v0.150.0
37+
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/47331
3838

3939
tests:
4040
config:

0 commit comments

Comments
 (0)