Skip to content

Commit

Permalink
Metada update 2023-11-17
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Nov 17, 2023
1 parent 8d0f43e commit ba60b02
Show file tree
Hide file tree
Showing 29 changed files with 137 additions and 85 deletions.
9 changes: 9 additions & 0 deletions metric-metadata/alertmanagerexporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: alertmanager

status:
class: exporter
stability:
development: [traces]
distributions: [contrib]
codeowners:
active: [jpkrohling, sokoide, mcube8]
4 changes: 2 additions & 2 deletions metric-metadata/apachesparkreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ metrics:
aggregation_temporality: cumulative
monotonic: false
value_type: int
unit: "{ task }"
unit: "{ stage }"
attributes: []
spark.job.stage.result:
description: Number of stages with a specific result in this job.
Expand All @@ -425,7 +425,7 @@ metrics:
aggregation_temporality: cumulative
monotonic: true
value_type: int
unit: "{ task }"
unit: "{ stage }"
attributes: [job_result]
# metrics
spark.driver.block_manager.disk.usage:
Expand Down
49 changes: 1 addition & 48 deletions metric-metadata/azure.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,3 @@
type: resourcedetectionprocessor/azure

parent: resourcedetection

status:
class: processor
codeowners:
active: [mx-psi]

resource_attributes:
cloud.provider:
description: The cloud.provider
type: string
enabled: true
cloud.platform:
description: The cloud.platform
type: string
enabled: true
cloud.region:
description: The cloud.region
type: string
enabled: true
cloud.account.id:
description: The cloud.account.id
type: string
enabled: true
host.name:
description: The hostname
type: string
enabled: true
host.id:
description: The host.id
type: string
enabled: true
azure.resourcegroup.name:
description: The azure.resourcegroup.name
enabled: true
type: string
azure.vm.name:
description: The azure.vm.name
enabled: true
type: string
azure.vm.scaleset.name:
description: The azure.vm.scaleset.name
enabled: true
type: string
azure.vm.size:
description: The azure.vm.size
enabled: true
type: string
active: [open-telemetry/collector-approvers, atoulme, cparkins]
3 changes: 2 additions & 1 deletion metric-metadata/bearertokenauthextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ status:
- redhat
- sumo
codeowners:
active: [jpkrohling, pavankrish123, frzifus]
active: [jpkrohling, frzifus]
emeritus: [pavankrish123]
3 changes: 3 additions & 0 deletions metric-metadata/collectd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status:
codeowners:
active: [atoulme]
2 changes: 1 addition & 1 deletion metric-metadata/collectdreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: collectd
status:
class: receiver
stability:
alpha: [metrics]
beta: [metrics]
distributions: [contrib, splunk, observiq, sumo]
codeowners:
active: [atoulme]
8 changes: 8 additions & 0 deletions metric-metadata/cpuscraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ metrics:
value_type: int
monotonic: false
aggregation_temporality: cumulative

system.cpu.frequency:
enabled: false
description: Current frequency of the CPU core in Hz.
unit: "Hz"
gauge:
value_type: double
attributes: [cpu]
13 changes: 0 additions & 13 deletions metric-metadata/dockerstatsreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,6 @@ metrics:
unit: "1"
gauge:
value_type: double
container.cpu.percent:
enabled: false
description: "[DEPRECATED] Use `container.cpu.utilization` metric instead. Percent of CPU used by the container."
unit: "1"
warnings:
if_configured: >-
The metric is deprecated and will be removed in v0.89.0. Please use `container.cpu.utilization` instead. See
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/dockerstatsreceiver#transition-to-cpu-utilization-metric-name-aligned-with-opentelemetry-specification
for more details.
gauge:
value_type: double


# Memory
container.memory.usage.limit:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions metric-metadata/encoding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status:
codeowners:
active: [atoulme, dao-jun, dmitryax, MovieStoreGuy, VihasMakwana]
8 changes: 8 additions & 0 deletions metric-metadata/golden.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type: golden

status:
class: pkg
stability:
alpha: [ traces, metrics, logs ]
codeowners:
active: [djaglowski, atoulme]
2 changes: 1 addition & 1 deletion metric-metadata/hostmetricsreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ status:
beta: [metrics]
distributions: [core, contrib, observiq, splunk, sumo]
codeowners:
active: [dmitryax]
active: [dmitryax, braydonk]
2 changes: 1 addition & 1 deletion metric-metadata/jaegerencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: jaegerencoding
type: jaeger_encoding

status:
class: extension
Expand Down
17 changes: 14 additions & 3 deletions metric-metadata/k8sclusterreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
development: [logs]
distributions: [contrib, splunk, observiq, sumo]
codeowners:
active: [dmitryax, TylerHelmuth]
active: [dmitryax, TylerHelmuth, povilasv]

sem_conv_version: 1.18.0

Expand Down Expand Up @@ -186,6 +186,10 @@ attributes:
description: the name of the resource on which the quota is applied
type: string
enabled: true
condition:
description: "the name of Kubernetes Node condition. Example: Ready, Memory, PID, DiskPressure"
type: string
enabled: true

metrics:
k8s.container.cpu_request:
Expand Down Expand Up @@ -478,8 +482,15 @@ metrics:
attributes:
- k8s.namespace.name
- resource

# k8s.node.condition_* metrics (k8s.node.condition_ready, k8s.node.condition_memory_pressure, etc) are controlled
k8s.node.condition:
enabled: false
description: The condition of a particular Node.
unit: "{condition}"
gauge:
value_type: int
attributes:
- condition
# k8s.node.condition_* metrics (k8s.node.condition_ready, k8s.node.condition_memory_pressure, etc) are controlled
# by node_conditions_to_report config option. By default, only k8s.node.condition_ready is enabled.

# k8s.node.allocatable_* metrics (k8s.node.allocatable_cpu, k8s.node.allocatable_memory, etc) are controlled
Expand Down
8 changes: 8 additions & 0 deletions metric-metadata/mongodbatlasreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ resource_attributes:
description: Cluster Name
enabled: false
type: string
mongodb_atlas.region.name:
description: Region Name
enabled: false
type: string
mongodb_atlas.provider.name:
description: Provider Name
enabled: false
type: string
mongodb_atlas.process.port:
description: Port process is bound to
enabled: true
Expand Down
9 changes: 0 additions & 9 deletions metric-metadata/nginxreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,3 @@ metrics:
monotonic: false
aggregation_temporality: cumulative
attributes: [state]

# Old version of metric, to be removed when featuregate is stable
temp.connections_current:
enabled: true # must be enabled by default in order to apply necessary MetricBuilder option
description: Temporary placeholder for old version of nginx.connections_current. See featuregate 'nginx.connections_as_sum'.
unit: connections
gauge:
value_type: int
attributes: [state]
8 changes: 8 additions & 0 deletions metric-metadata/opampextension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type: opamp

status:
class: extension
stability:
development: [extension]
codeowners:
active: [portertech, evan-bradley, tigrannajaryan]
2 changes: 1 addition & 1 deletion metric-metadata/opensearchexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: opensearch
status:
class: exporter
stability:
development: [traces]
development: [logs, traces]
codeowners:
active: [Aneurysm9, MitchellGale, MaxKsyunz, YANG-DB]
9 changes: 9 additions & 0 deletions metric-metadata/otlpencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: otlp_encoding

status:
class: extension
stability:
development: [ extension ]
distributions: [ ]
codeowners:
active: [ dao-jun, VihasMakwana ]
5 changes: 5 additions & 0 deletions metric-metadata/ottl.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
type: ottl

status:
class: pkg
stability:
alpha: [ traces, metrics, logs ]
codeowners:
active: [TylerHelmuth, kentquirk, bogdandrutu, evan-bradley]
10 changes: 10 additions & 0 deletions metric-metadata/postgresqlreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,13 @@ metrics:
value_type: int
extended_documentation: |
This metric requires WAL to be enabled with at least one replica.
postgresql.wal.delay:
attributes: [wal_operation_lag, replication_client]
description: Time between flushing recent WAL locally and receiving notification that the standby server has completed an operation with it.
enabled: false
unit: s
gauge:
value_type: double
extended_documentation: |
This metric requires WAL to be enabled with at least one replica.
8 changes: 8 additions & 0 deletions metric-metadata/redisreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ resource_attributes:
description: Redis server's version.
enabled: true
type: string
server.address:
description: Redis server's address
enabled: false
type: string
server.port:
description: Redis server's port
enabled: false
type: string

attributes:
state:
Expand Down
9 changes: 9 additions & 0 deletions metric-metadata/remotetapextension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: remotetap

status:
class: extension
stability:
development: [extension]
distributions: []
codeowners:
active: [atoulme]
9 changes: 9 additions & 0 deletions metric-metadata/remotetapprocessor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: remotetap

status:
class: processor
stability:
alpha: [logs, metrics, traces]
distributions: [contrib]
codeowners:
active: [pmcollins]
3 changes: 3 additions & 0 deletions metric-metadata/skywalking.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status:
codeowners:
active: [JaredTan95]
9 changes: 9 additions & 0 deletions metric-metadata/sumologicprocessor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: sumologic

status:
class: processor
stability:
beta: [traces, metrics, logs]
distributions: [sumo]
codeowners:
active: [aboguszewski-sumo, astencel-sumo, sumo-drosiek]
2 changes: 1 addition & 1 deletion metric-metadata/syslogexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: syslog
status:
class: exporter
stability:
development: [logs]
alpha: [logs]
codeowners:
active: [kkujawa-sumo, rnishtala-sumo, astencel-sumo]
4 changes: 2 additions & 2 deletions metric-metadata/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ resource_attributes:
enabled: false
host.cpu.family:
description: The host.cpu.family
type: int
type: string
enabled: false
host.cpu.model.id:
description: The host.cpu.model.id
type: int
type: string
enabled: false
host.cpu.model.name:
description: The host.cpu.model.name
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/textencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: textencoding
type: text_encoding

status:
class: extension
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/zipkinencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: zipkinencoding
type: zipkin_encoding

status:
class: extension
Expand Down

0 comments on commit ba60b02

Please sign in to comment.