Skip to content

Commit 9c323d2

Browse files
Added changes from PR 'Merge metadata-update-2025-12-15 into main' to my stashed version of main.
2 parents ad5fde2 + 22077c6 commit 9c323d2

16 files changed

Lines changed: 176 additions & 63 deletions

metric-metadata/awslambdareceiver.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ type: awslambda
33
status:
44
class: receiver
55
stability:
6-
development: [logs]
6+
development: [logs, metrics]
77
distributions: []
88
codeowners:
9-
active: [MichaelKatsoulis, Kavindu-Dodan, axw, pjanotti]
9+
active: [MichaelKatsoulis, Kavindu-Dodan, axw, pjanotti]
10+
11+
tests:
12+
# TODO Fix this
13+
skip_lifecycle: true
14+
config:
15+
s3_encoding: awslogs
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
display_name: Azure Logs/Traces/Metrics Encoding Extension
21
type: azure_encoding
32

4-
description: >
5-
This extension is designed for unmarshaling logs/traces/metrics encoded in specific format
6-
produced by [Azure Diagnostic Settings Export](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings) or
7-
[Azure Data Collection Rules (DCRs)](https://learn.microsoft.com/en-us/azure/azure-monitor/data-collection/data-collection-rule-overview)
8-
93
status:
104
disable_codecov_badge: true
115
class: extension
126
stability:
13-
alpha: [extension]
7+
development: [extension]
148
codeowners:
159
active: [axw, constanca-m]
16-
distributions: [contrib]

metric-metadata/azuremonitorreceiver.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ status:
99
active: [nslaughter, celian-garcia, ishleenk17]
1010

1111
resource_attributes:
12-
azuremonitor.subscription:
13-
description: Azure subscription name
12+
azuremonitor.tenant_id:
13+
description: Azure tenant ID
1414
type: string
15-
enabled: false
1615
azuremonitor.subscription_id:
1716
description: Azure subscription ID
1817
type: string
19-
enabled: false
20-
azuremonitor.tenant_id:
21-
description: Azure tenant ID
18+
azuremonitor.subscription:
19+
description: Azure subscription name
2220
type: string
23-
enabled: false
2421

2522
tests:
2623
config:

metric-metadata/googlecloudpubsubpushreceiver.yaml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,48 @@ status:
99

1010
tests:
1111
# start requires an encoding extension to exist
12-
skip_lifecycle: true
12+
skip_lifecycle: true
13+
# requires google credentials for the storage client
14+
skip_shutdown: true
15+
16+
telemetry:
17+
metrics:
18+
gcp.pubsub.input.uncompressed.size:
19+
stability:
20+
level: 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:
31+
level: development
32+
enabled: true
33+
description: Number of active requests.
34+
unit: "{count}"
35+
sum:
36+
value_type: int
37+
monotonic: false
38+
http.server.request.duration:
39+
stability:
40+
level: development
41+
enabled: true
42+
description: Duration of requests in seconds.
43+
unit: s
44+
histogram:
45+
value_type: double
46+
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 ]
47+
attributes:
48+
- http.response.status_code
49+
50+
attributes:
51+
gcp.gcs.bucket.name:
52+
description: Bucket name.
53+
type: string
54+
http.response.status_code:
55+
description: HTTP response status code.
56+
type: int

metric-metadata/groupbyattrsprocessor.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ status:
77
distributions: [contrib, k8s]
88
warnings: []
99
codeowners:
10-
active: [rnishtala-sumo, echlebek, amdprophet]
10+
active: [rnishtala-sumo, amdprophet]
11+
emeritus: [echlebek]
1112
tests:
1213
config:
1314

metric-metadata/k8slogreceiver.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ type: k8slog
33
status:
44
class: receiver
55
stability:
6-
development: [logs]
6+
unmaintained: [logs]
77
codeowners:
8-
active: [h0cheung, TylerHelmuth]
8+
emeritus: [h0cheung, TylerHelmuth]
9+
seeking_new: true
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
display_name: macOS Unified Logging Receiver
2-
type: macos_unified_logging
3-
deprecated_type: macosunifiedlogging
4-
5-
description: |
6-
The macOS Unified Logging Receiver collects logs from macOS systems using the native `log` command. This receiver
7-
supports both live system logs and archived log files (`.logarchive`).
1+
type: macosunifiedlogging
82

93
status:
104
class: receiver
115
stability:
12-
alpha: [logs]
6+
development: [logs]
137
codeowners:
14-
active: [Caleb-Hurshman, atoulme]
15-
distributions: [contrib]
8+
active: [Caleb-Hurshman]
169
unsupported_platforms: [linux, windows]

metric-metadata/metricsaslogsconnector.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
type: metricsaslogs
2-
display_name: Metrics as Logs Connector
32

43
status:
54
class: connector
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
display_name: osquery Receiver
21
type: osquery
32

4-
description: |
5-
The osquery Receiver runs queries run on an [osquery](https://osquery.io/)'s daemon on a schedule and converts the
6-
output to logs.
7-
83
status:
94
class: receiver
105
stability:
116
development: [logs]
127
codeowners:
138
active: [smithclay]
149
emeritus: [nslaughter]
10+
11+
# TODO: Update the receiver to pass the tests
12+
tests:
13+
skip_lifecycle: true
14+
skip_shutdown: true

metric-metadata/redisreceiver.yaml

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ attributes:
3535
db:
3636
description: Redis database identifier
3737
type: string
38+
mode:
39+
description: Redis server mode
40+
type: string
41+
enum:
42+
- cluster
43+
- sentinel
44+
- standalone
3845
percentile:
3946
description: Percentile
4047
type: string
@@ -79,7 +86,6 @@ metrics:
7986
monotonic: false
8087
aggregation_temporality: cumulative
8188

82-
8389
redis.clients.connected:
8490
enabled: true
8591
description: Number of client connections (excluding connections from replicas)
@@ -156,7 +162,6 @@ metrics:
156162
gauge:
157163
value_type: int
158164

159-
160165
redis.cluster.slots_assigned:
161166
enabled: false
162167
description: "Number of slots assigned in the cluster"
@@ -202,6 +207,7 @@ metrics:
202207
gauge:
203208
value_type: int
204209
attributes: [cluster_state]
210+
205211
redis.cluster.stats_messages_received:
206212
enabled: false
207213
description: "Total number of messages received by the cluster"
@@ -266,6 +272,7 @@ metrics:
266272
monotonic: true
267273
aggregation_temporality: cumulative
268274
attributes: [cmd]
275+
269276
redis.commands:
270277
enabled: true
271278
description: Number of commands processed per second
@@ -339,6 +346,7 @@ metrics:
339346
gauge:
340347
value_type: int
341348
attributes: [db]
349+
342350
redis.db.keys:
343351
enabled: true
344352
description: "Number of keyspace keys"
@@ -348,6 +356,7 @@ metrics:
348356
gauge:
349357
value_type: int
350358
attributes: [db]
359+
351360
redis.keys.evicted:
352361
enabled: true
353362
description: Number of evicted keys due to maxmemory limit
@@ -393,6 +402,7 @@ metrics:
393402
monotonic: true
394403
aggregation_temporality: cumulative
395404

405+
396406
redis.latest_fork:
397407
enabled: true
398408
description: Duration of the latest fork operation in microseconds
@@ -478,6 +488,16 @@ metrics:
478488
monotonic: false
479489
aggregation_temporality: cumulative
480490

491+
redis.mode:
492+
enabled: false
493+
description: Redis server mode
494+
stability:
495+
level: development
496+
unit: "{mode}"
497+
gauge:
498+
value_type: int
499+
attributes: [mode]
500+
481501
redis.net.input:
482502
enabled: true
483503
description: The total number of bytes read from the network
@@ -551,6 +571,62 @@ metrics:
551571
aggregation_temporality: cumulative
552572
attributes: [role]
553573

574+
redis.sentinel.masters:
575+
enabled: false
576+
description: Number of masters monitored by Sentinel.
577+
stability:
578+
level: development
579+
unit: "{master}"
580+
gauge:
581+
value_type: int
582+
583+
redis.sentinel.running_scripts:
584+
enabled: false
585+
description: Number of running Sentinel scripts.
586+
stability:
587+
level: development
588+
unit: "{script}"
589+
gauge:
590+
value_type: int
591+
592+
redis.sentinel.scripts_queue_length:
593+
enabled: false
594+
description: Length of Sentinel scripts queue.
595+
stability:
596+
level: development
597+
unit: "{script}"
598+
gauge:
599+
value_type: int
600+
601+
redis.sentinel.simulate_failure_flags:
602+
enabled: false
603+
description: Simulated failure flags bitmask.
604+
stability:
605+
level: development
606+
unit: "{flag}"
607+
gauge:
608+
value_type: int
609+
610+
redis.sentinel.tilt_since_seconds:
611+
enabled: false
612+
description: Duration in seconds of current TILT, or -1 if not in TILT mode.
613+
stability:
614+
level: development
615+
unit: "s"
616+
gauge:
617+
value_type: int
618+
619+
redis.sentinel.total_tilt:
620+
enabled: false
621+
description: Total TILT occurrences since start.
622+
stability:
623+
level: development
624+
unit: "{event}"
625+
sum:
626+
value_type: int
627+
monotonic: true
628+
aggregation_temporality: cumulative
629+
554630
redis.slaves.connected:
555631
enabled: true
556632
description: Number of connected replicas

0 commit comments

Comments
 (0)