Skip to content

Commit

Permalink
Metada update 2024-10-15
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Oct 15, 2024
1 parent 4f8d9fd commit d80c36f
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 11 deletions.
4 changes: 2 additions & 2 deletions metric-metadata/clickhouseexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ type: clickhouse
status:
class: exporter
stability:
alpha: [traces, metrics]
beta: [logs]
alpha: [metrics]
beta: [traces, logs]
distributions: [contrib]
codeowners:
active: [hanjm, dmitryax, Frapschen, SpencerTorres]
Expand Down
5 changes: 2 additions & 3 deletions metric-metadata/datadogreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ type: datadog
status:
class: receiver
stability:
alpha: [traces]
development: [metrics]
alpha: [traces, metrics]
distributions: [contrib]
codeowners:
active: [boostchicken, gouthamve, jpkrohling, MovieStoreGuy]

tests:
skip_lifecycle: true # Skip lifecycle tests since there are multiple receivers that run on the same port
goleak:
skip: true # see https://github.com/cihub/seelog/issues/182
skip: true # see https://github.com/cihub/seelog/issues/182
17 changes: 16 additions & 1 deletion metric-metadata/deltatocumulativeprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ status:
codeowners:
active: [sh0rez, RichieSams, jpkrohling]


telemetry:
metrics:
# streams
Expand All @@ -20,6 +19,14 @@ telemetry:
value_type: int
monotonic: false
enabled: true
deltatocumulative.streams.tracked.linear:
description: number of streams tracked
unit: "{dps}"
sum:
value_type: int
monotonic: false
async: true
enabled: true
deltatocumulative.streams.limit:
description: upper limit of tracked streams
unit: "{stream}"
Expand Down Expand Up @@ -54,6 +61,14 @@ telemetry:
value_type: int
monotonic: true
enabled: true

deltatocumulative.datapoints.linear:
description: total number of datapoints processed. may have 'error' attribute, if processing failed
unit: "{datapoint}"
sum:
value_type: int
monotonic: true
enabled: true
deltatocumulative.gaps.length:
description: total duration where data was expected but not received
unit: "s"
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/googlecloudmonitoringreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: googlecloudmonitoring
status:
class: receiver
stability:
development: [metrics]
alpha: [metrics]
distributions: [contrib]
codeowners:
active: [dashpole, TylerHelmuth, abhishek-at-cloudwerx]
Expand Down
4 changes: 2 additions & 2 deletions metric-metadata/kubeletstatsreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ metrics:
enabled: true
description: "Node CPU utilization"
warnings:
if_enabled: "WARNING: This metric will be disabled in a future release. Use metric k8s.node.cpu.usage instead."
if_enabled: "This metric will be disabled in a future release. Use metric k8s.node.cpu.usage instead."
unit: "1"
gauge:
value_type: double
Expand Down Expand Up @@ -364,7 +364,7 @@ metrics:
enabled: true
description: "Container CPU utilization"
warnings:
if_enabled: "WARNING: This metric will be disabled in a future release. Use metric container.cpu.usage instead."
if_enabled: "This metric will be disabled in a future release. Use metric container.cpu.usage instead."
unit: "1"
gauge:
value_type: double
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/otelcontribcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: otelcontribcol
status:
class: cmd
codeowners:
active: []
active: []
2 changes: 1 addition & 1 deletion metric-metadata/oteltestbedcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: oteltestbedcol
status:
class: cmd
codeowners:
active: []
active: []
11 changes: 11 additions & 0 deletions metric-metadata/prometheusremotewritereceiver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: prometheusremotewrite

status:
class: receiver
stability:
development: [metrics]
distributions: []
codeowners:
active: [dashpole, ArthurSens]
tests:
config:

0 comments on commit d80c36f

Please sign in to comment.