Skip to content

Commit 282046b

Browse files
authored
[chore] Add missing stability levels to processors metrics (#43953)
to unblock core collector dependency upgrade
1 parent d32dfc1 commit 282046b

File tree

8 files changed

+96
-72
lines changed

8 files changed

+96
-72
lines changed

processor/filterprocessor/documentation.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ The following telemetry is emitted by this component.
88

99
### otelcol_processor_filter_datapoints.filtered
1010

11-
Number of metric data points dropped by the filter processor
11+
Number of metric data points dropped by the filter processor [development]
1212

13-
| Unit | Metric Type | Value Type | Monotonic |
14-
| ---- | ----------- | ---------- | --------- |
15-
| 1 | Sum | Int | true |
13+
| Unit | Metric Type | Value Type | Monotonic | Stability |
14+
| ---- | ----------- | ---------- | --------- | --------- |
15+
| 1 | Sum | Int | true | development |
1616

1717
### otelcol_processor_filter_logs.filtered
1818

19-
Number of logs dropped by the filter processor
19+
Number of logs dropped by the filter processor [development]
2020

21-
| Unit | Metric Type | Value Type | Monotonic |
22-
| ---- | ----------- | ---------- | --------- |
23-
| 1 | Sum | Int | true |
21+
| Unit | Metric Type | Value Type | Monotonic | Stability |
22+
| ---- | ----------- | ---------- | --------- | --------- |
23+
| 1 | Sum | Int | true | development |
2424

2525
### otelcol_processor_filter_profiles.filtered
2626

27-
Number of profiles dropped by the filter processor
27+
Number of profiles dropped by the filter processor [development]
2828

29-
| Unit | Metric Type | Value Type | Monotonic |
30-
| ---- | ----------- | ---------- | --------- |
31-
| 1 | Sum | Int | true |
29+
| Unit | Metric Type | Value Type | Monotonic | Stability |
30+
| ---- | ----------- | ---------- | --------- | --------- |
31+
| 1 | Sum | Int | true | development |
3232

3333
### otelcol_processor_filter_spans.filtered
3434

35-
Number of spans dropped by the filter processor
35+
Number of spans dropped by the filter processor [development]
3636

37-
| Unit | Metric Type | Value Type | Monotonic |
38-
| ---- | ----------- | ---------- | --------- |
39-
| 1 | Sum | Int | true |
37+
| Unit | Metric Type | Value Type | Monotonic | Stability |
38+
| ---- | ----------- | ---------- | --------- | --------- |
39+
| 1 | Sum | Int | true | development |

processor/filterprocessor/internal/metadata/generated_telemetry.go

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

processor/filterprocessor/internal/metadatatest/generated_telemetrytest.go

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

processor/filterprocessor/metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,32 @@ telemetry:
2121
sum:
2222
value_type: int
2323
monotonic: true
24+
stability:
25+
level: development
2426
processor_filter_logs.filtered:
2527
enabled: true
2628
description: Number of logs dropped by the filter processor
2729
unit: "1"
2830
sum:
2931
value_type: int
3032
monotonic: true
33+
stability:
34+
level: development
3135
processor_filter_profiles.filtered:
3236
enabled: true
3337
description: Number of profiles dropped by the filter processor
3438
unit: "1"
3539
sum:
3640
value_type: int
3741
monotonic: true
42+
stability:
43+
level: development
3844
processor_filter_spans.filtered:
3945
enabled: true
4046
description: Number of spans dropped by the filter processor
4147
unit: "1"
4248
sum:
4349
value_type: int
4450
monotonic: true
51+
stability:
52+
level: development

processor/groupbytraceprocessor/documentation.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,64 +8,64 @@ The following telemetry is emitted by this component.
88

99
### otelcol_processor_groupbytrace_conf_num_traces
1010

11-
Maximum number of traces to hold in the internal storage
11+
Maximum number of traces to hold in the internal storage [development]
1212

13-
| Unit | Metric Type | Value Type |
14-
| ---- | ----------- | ---------- |
15-
| 1 | Gauge | Int |
13+
| Unit | Metric Type | Value Type | Stability |
14+
| ---- | ----------- | ---------- | --------- |
15+
| 1 | Gauge | Int | development |
1616

1717
### otelcol_processor_groupbytrace_event_latency
1818

19-
How long the queue events are taking to be processed
19+
How long the queue events are taking to be processed [development]
2020

21-
| Unit | Metric Type | Value Type |
22-
| ---- | ----------- | ---------- |
23-
| ms | Histogram | Int |
21+
| Unit | Metric Type | Value Type | Stability |
22+
| ---- | ----------- | ---------- | --------- |
23+
| ms | Histogram | Int | development |
2424

2525
### otelcol_processor_groupbytrace_incomplete_releases
2626

27-
Releases that are suspected to have been incomplete
27+
Releases that are suspected to have been incomplete [development]
2828

29-
| Unit | Metric Type | Value Type | Monotonic |
30-
| ---- | ----------- | ---------- | --------- |
31-
| {releases} | Sum | Int | true |
29+
| Unit | Metric Type | Value Type | Monotonic | Stability |
30+
| ---- | ----------- | ---------- | --------- | --------- |
31+
| {releases} | Sum | Int | true | development |
3232

3333
### otelcol_processor_groupbytrace_num_events_in_queue
3434

35-
Number of events currently in the queue
35+
Number of events currently in the queue [development]
3636

37-
| Unit | Metric Type | Value Type |
38-
| ---- | ----------- | ---------- |
39-
| 1 | Gauge | Int |
37+
| Unit | Metric Type | Value Type | Stability |
38+
| ---- | ----------- | ---------- | --------- |
39+
| 1 | Gauge | Int | development |
4040

4141
### otelcol_processor_groupbytrace_num_traces_in_memory
4242

43-
Number of traces currently in the in-memory storage
43+
Number of traces currently in the in-memory storage [development]
4444

45-
| Unit | Metric Type | Value Type |
46-
| ---- | ----------- | ---------- |
47-
| 1 | Gauge | Int |
45+
| Unit | Metric Type | Value Type | Stability |
46+
| ---- | ----------- | ---------- | --------- |
47+
| 1 | Gauge | Int | development |
4848

4949
### otelcol_processor_groupbytrace_spans_released
5050

51-
Spans released to the next consumer
51+
Spans released to the next consumer [development]
5252

53-
| Unit | Metric Type | Value Type | Monotonic |
54-
| ---- | ----------- | ---------- | --------- |
55-
| 1 | Sum | Int | true |
53+
| Unit | Metric Type | Value Type | Monotonic | Stability |
54+
| ---- | ----------- | ---------- | --------- | --------- |
55+
| 1 | Sum | Int | true | development |
5656

5757
### otelcol_processor_groupbytrace_traces_evicted
5858

59-
Traces evicted from the internal buffer
59+
Traces evicted from the internal buffer [development]
6060

61-
| Unit | Metric Type | Value Type | Monotonic |
62-
| ---- | ----------- | ---------- | --------- |
63-
| 1 | Sum | Int | true |
61+
| Unit | Metric Type | Value Type | Monotonic | Stability |
62+
| ---- | ----------- | ---------- | --------- | --------- |
63+
| 1 | Sum | Int | true | development |
6464

6565
### otelcol_processor_groupbytrace_traces_released
6666

67-
Traces released to the next consumer
67+
Traces released to the next consumer [development]
6868

69-
| Unit | Metric Type | Value Type | Monotonic |
70-
| ---- | ----------- | ---------- | --------- |
71-
| 1 | Sum | Int | true |
69+
| Unit | Metric Type | Value Type | Monotonic | Stability |
70+
| ---- | ----------- | ---------- | --------- | --------- |
71+
| 1 | Sum | Int | true | development |

processor/groupbytraceprocessor/internal/metadata/generated_telemetry.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/groupbytraceprocessor/internal/metadatatest/generated_telemetrytest.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.

0 commit comments

Comments
 (0)