Skip to content

Commit ad5fde2

Browse files
Added changes from PR 'Merge metadata-update-2025-12-01 into main' to my stashed version of main.
2 parents 0e6ae34 + 48000d0 commit ad5fde2

9 files changed

Lines changed: 83 additions & 117 deletions
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
display_name: AWS Lambda Receiver
21
type: awslambda
32

43
status:
54
class: receiver
65
stability:
7-
alpha: [logs, metrics]
8-
distributions: [contrib]
6+
development: [logs]
7+
distributions: []
98
codeowners:
10-
active: [MichaelKatsoulis, Kavindu-Dodan, axw, pjanotti]
11-
12-
tests:
13-
# TODO Fix this
14-
skip_lifecycle: true
15-
config:
16-
s3:
17-
encoding: awslogs
9+
active: [MichaelKatsoulis, Kavindu-Dodan, axw, pjanotti]

metric-metadata/ciscoosreceiver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
type: ciscoosreceiver
1+
type: ciscoos
22

33
status:
44
class: receiver
Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
display_name: Google Pub/Sub Push Receiver
21
type: googlecloudpubsubpush
32

43
status:
@@ -10,45 +9,4 @@ status:
109

1110
tests:
1211
# start requires an encoding extension to exist
13-
skip_lifecycle: true
14-
# requires google credentials for the storage client
15-
skip_shutdown: true
16-
17-
telemetry:
18-
metrics:
19-
gcp.pubsub.input.uncompressed.size:
20-
stability: development
21-
enabled: true
22-
description: Size of uncompressed incoming log data in bytes (either direct Pub/Sub message payloads or GCS file content retrieved from event notifications).
23-
unit: By
24-
histogram:
25-
value_type: double
26-
bucket_boundaries: [1024, 2560, 5120, 10240, 25600, 51200, 102400, 256000, 512000, 1048576, 2621440, 5242880, 10485760, 26214400, 52428800, 104857600, 262144000, 536870912, 1073741824, 1610612736, 2147483648]
27-
attributes:
28-
- gcp.gcs.bucket.name
29-
http.server.request.active.count:
30-
stability: development
31-
enabled: true
32-
description: Number of active requests.
33-
unit: "{count}"
34-
sum:
35-
value_type: int
36-
monotonic: false
37-
http.server.request.duration:
38-
stability: development
39-
enabled: true
40-
description: Duration of requests in seconds.
41-
unit: s
42-
histogram:
43-
value_type: double
44-
bucket_boundaries: [ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10, 15, 25, 50, 75, 100, 120, 180, 240, 300 ]
45-
attributes:
46-
- http.response.status_code
47-
48-
attributes:
49-
gcp.gcs.bucket.name:
50-
description: Bucket name.
51-
type: string
52-
http.response.status_code:
53-
description: HTTP response status code.
54-
type: int
12+
skip_lifecycle: true

metric-metadata/googlecloudstorageexporter.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ type: googlecloudstorage
22

33
status:
44
class: exporter
5+
distributions: [contrib]
56
stability:
6-
development: [logs]
7+
alpha: [logs]
78
codeowners:
89
active: [constanca-m, braydonk]
910
seeking_new: true

metric-metadata/postgresqlreceiver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ status:
77
development: [logs]
88
distributions: [contrib]
99
codeowners:
10-
active: [antonblock, ishleenk17]
10+
active: [antonblock, ishleenk17, Caleb-Hurshman]
1111
seeking_new: true
1212
emeritus: [djaglowski]
1313

metric-metadata/redisreceiver.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ metrics:
109109
gauge:
110110
value_type: int
111111

112+
redis.cluster.cluster_enabled:
113+
enabled: false
114+
description: "Indicate Redis cluster is enabled"
115+
stability:
116+
level: development
117+
unit: "1"
118+
gauge:
119+
value_type: int
120+
112121
redis.cluster.known_nodes:
113122
enabled: false
114123
description: "Number of known nodes in the cluster"
@@ -447,6 +456,28 @@ metrics:
447456
gauge:
448457
value_type: int
449458

459+
redis.memory.used_memory_overhead:
460+
enabled: false
461+
description: "The sum in bytes of all overheads that the server allocated for managing its internal data structures"
462+
stability:
463+
level: development
464+
unit: By
465+
sum:
466+
value_type: int
467+
monotonic: false
468+
aggregation_temporality: cumulative
469+
470+
redis.memory.used_memory_startup:
471+
enabled: false
472+
description: "Initial amount of memory consumed by Redis at startup in bytes"
473+
stability:
474+
level: development
475+
unit: By
476+
sum:
477+
value_type: int
478+
monotonic: false
479+
aggregation_temporality: cumulative
480+
450481
redis.net.input:
451482
enabled: true
452483
description: The total number of bytes read from the network
@@ -519,6 +550,7 @@ metrics:
519550
monotonic: false
520551
aggregation_temporality: cumulative
521552
attributes: [role]
553+
522554
redis.slaves.connected:
523555
enabled: true
524556
description: Number of connected replicas
@@ -530,6 +562,16 @@ metrics:
530562
monotonic: false
531563
aggregation_temporality: cumulative
532564

565+
redis.tracking_total_keys:
566+
enabled: false
567+
description: "Number of keys being tracked by the server"
568+
stability:
569+
level: development
570+
unit: "{key}"
571+
sum:
572+
value_type: int
573+
monotonic: false
574+
aggregation_temporality: cumulative
533575

534576
redis.uptime:
535577
enabled: true

metric-metadata/systemdreceiver.yaml

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
display_name: Systemd Receiver
21
type: systemd
32

4-
description: The Systemd Receiver gathers metrics for locally running systemd units.
5-
6-
reaggregation_enabled: true
7-
83
status:
94
class: receiver
105
stability:
11-
alpha: [metrics]
12-
distributions: [contrib]
6+
development: [metrics]
7+
distributions: []
138
codeowners:
149
active: [atoulme]
1510
emeritus: [Hemansh31]
@@ -22,16 +17,9 @@ resource_attributes:
2217
enabled: true
2318

2419
attributes:
25-
cpu.mode:
26-
description: Breakdown of CPU usage by type.
27-
type: string
28-
requirement_level: recommended
29-
enum: [system, user]
30-
3120
systemd.unit.active_state:
3221
description: The active state of the unit (https://www.freedesktop.org/software/systemd/man/latest/systemd.html#Units)
3322
type: string
34-
requirement_level: recommended
3523
enum:
3624
- active
3725
- reloading
@@ -43,35 +31,11 @@ attributes:
4331
- refreshing
4432

4533
metrics:
46-
systemd.service.cpu.time:
47-
description: Total CPU time spent by this service.
48-
enabled: true
49-
stability: development
50-
sum:
51-
value_type: int
52-
aggregation_temporality: cumulative
53-
monotonic: true
54-
unit: us
55-
attributes: [cpu.mode]
56-
57-
systemd.service.restarts:
58-
description: Number of automatic restarts for the service.
59-
extended_documentation: |
60-
This exposes services' `NRestarts` property as a metric. This only tracks
61-
automatic service restarts (restarts when the process exits), and does
62-
not include manual restarts (e.g. from `systemctl restart`).
63-
enabled: false
64-
stability: development
65-
sum:
66-
value_type: int
67-
aggregation_temporality: cumulative
68-
monotonic: true
69-
unit: "{restarts}"
70-
7134
systemd.unit.state:
7235
description: 1 if the check resulted in active_state matching the current state, otherwise 0.
7336
enabled: true
74-
stability: alpha
37+
stability:
38+
level: development
7539
sum:
7640
value_type: int
7741
aggregation_temporality: cumulative

metric-metadata/tailsamplingprocessor.yaml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ telemetry:
8383
value_type: int
8484
monotonic: true
8585

86-
processor_tail_sampling_sampling_decision_latency:
87-
description: Latency (in microseconds) of a given sampling policy
88-
stability:
89-
level: development
90-
unit: µs
91-
enabled: true
92-
histogram:
93-
value_type: int
94-
bucket_boundaries: [1, 2, 5, 10, 25, 50, 75, 100, 150, 200, 300, 400, 500, 750, 1000, 2000, 3000, 4000, 5000, 10000, 20000, 30000, 50000]
95-
9686
processor_tail_sampling_sampling_decision_timer_latency:
9787
description: Latency (in milliseconds) of each run of the sampling decision timer
9888
stability:
@@ -102,6 +92,7 @@ telemetry:
10292
histogram:
10393
value_type: int
10494
bucket_boundaries: [1, 2, 5, 10, 25, 50, 75, 100, 150, 200, 300, 400, 500, 750, 1000, 2000, 3000, 4000, 5000, 10000, 20000, 30000, 50000]
95+
10596
processor_tail_sampling_sampling_late_span_age:
10697
description: Time (in seconds) from the sampling decision was taken and the arrival of a late span
10798
stability:
@@ -121,6 +112,27 @@ telemetry:
121112
value_type: int
122113
monotonic: true
123114

115+
processor_tail_sampling_sampling_policy_execution_count:
116+
description: Total number of executions of a specific sampling policy
117+
stability:
118+
level: development
119+
unit: "{executions}"
120+
enabled: true
121+
sum:
122+
value_type: int
123+
monotonic: true
124+
attributes: [policy]
125+
126+
processor_tail_sampling_sampling_policy_execution_time_sum:
127+
description: Total time spent (in microseconds) executing a specific sampling policy
128+
stability:
129+
level: development
130+
unit: µs
131+
enabled: true
132+
sum:
133+
value_type: int
134+
monotonic: true
135+
attributes: [policy]
124136

125137
processor_tail_sampling_sampling_trace_dropped_too_early:
126138
description: Count of traces that needed to be dropped before the configured wait time
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
display_name: YANG gRPC Receiver
2-
type: yang_grpc
3-
deprecated_type: yanggrpc
4-
5-
description: |
6-
The YANG/gRPC receiver receives metrics offered using the
7-
[YANG (Yet Another New Generation) data model](https://en.wikipedia.org/wiki/YANG), expressed over
8-
[gRPC](https://ciscolearning.github.io/cisco-learning-codelabs/posts/yangsuite-restconf/#0).
1+
type: yanggrpc
92

103
status:
114
class: receiver
125
stability:
13-
alpha: [metrics]
14-
distributions: [contrib]
6+
development: [metrics]
7+
distributions: []
158
codeowners:
169
active: [atoulme]
10+
11+
tests:
12+
skip_lifecycle: true
13+
skip_shutdown: true

0 commit comments

Comments
 (0)