Skip to content

Commit

Permalink
Merge pull request #26 from splunk/metadata-update-2023-11-06
Browse files Browse the repository at this point in the history
Merge metadata-update-2023-11-06 into main
  • Loading branch information
theletterf authored Nov 17, 2023
2 parents 3d74cc7 + 46e1588 commit 8d0f43e
Show file tree
Hide file tree
Showing 31 changed files with 337 additions and 101 deletions.
2 changes: 1 addition & 1 deletion metric-metadata/awscloudwatchlogsexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ status:
beta: [logs]
distributions: [contrib, observiq]
codeowners:
active: [boostchicken]
active: [boostchicken, bryan-aguilar, rapphil]
2 changes: 1 addition & 1 deletion metric-metadata/awsemfexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ status:
beta: [metrics]
distributions: [contrib, aws, observiq]
codeowners:
active: [Aneurysm9, shaochengwang, mxiamxia]
active: [Aneurysm9, shaochengwang, mxiamxia, bryan-aguilar]
4 changes: 2 additions & 2 deletions metric-metadata/datadogconnector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: datadog
status:
class: connector
stability:
alpha: [traces_to_metrics]
distributions: []
beta: [traces_to_metrics, traces_to_traces]
distributions: [contrib]
codeowners:
active: [mx-psi, gbbr, dineshg13]
16 changes: 3 additions & 13 deletions metric-metadata/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
type: resourcedetectionprocessor/docker

parent: resourcedetection

resource_attributes:
host.name:
description: The host.name
type: string
enabled: true
os.type:
description: The os.type
type: string
enabled: true
status:
codeowners:
active: [rmfitzpatrick, jamesmoessis]
13 changes: 7 additions & 6 deletions metric-metadata/dockerstatsreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,20 @@ metrics:
monotonic: true
aggregation_temporality: cumulative
container.cpu.utilization:
enabled: false
enabled: true
description: "Percent of CPU used by the container."
unit: "1"
warnings:
if_enabled_not_set: This metric will be enabled by default in v0.82.0.
gauge:
value_type: double
container.cpu.percent:
enabled: true
description: "Deprecated: use `container.cpu.utilization` metric instead. Percent of CPU used by the container."
enabled: false
description: "[DEPRECATED] Use `container.cpu.utilization` metric instead. Percent of CPU used by the container."
unit: "1"
warnings:
if_enabled: This metric will be disabled in v0.82.0 and removed in v0.85.0.
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

Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/filereceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: file
status:
class: receiver
stability:
development: [metrics, traces, logs]
development: [metrics]
distributions: [contrib]
codeowners:
active: [pmcollins, djaglowski]
2 changes: 1 addition & 1 deletion metric-metadata/filestatsreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: filestats
status:
class: receiver
stability:
alpha: [metrics]
beta: [metrics]
distributions: [contrib, sumo]
codeowners:
active: [atoulme]
Expand Down
6 changes: 5 additions & 1 deletion metric-metadata/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ resource_attributes:
type: string
enabled: true
faas.id:
description: The faas.id
description: The faas.id.
type: string
enabled: true
faas.instance:
description: The faas.instance
type: string
enabled: true
k8s.cluster.name:
Expand Down
26 changes: 1 addition & 25 deletions metric-metadata/haproxyreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,16 @@ type: haproxy
status:
class: receiver
stability:
alpha: [metrics]
beta: [metrics]
distributions: [contrib, sumo]
codeowners:
active: [atoulme, MovieStoreGuy]

resource_attributes:
haproxy.url:
description: The path to the HAProxy socket or HTTP URL.
enabled: true
type: string
haproxy.pid:
description: process id (0 for first instance, 1 for second, ...)
enabled: true
type: string
haproxy.sid:
description: server id (unique inside a proxy)
enabled: true
type: string
haproxy.iid:
description: unique proxy id
enabled: true
type: string
haproxy.type:
description: (0=frontend, 1=backend, 2=server, 3=socket/listener)
enabled: true
type: string
haproxy.addr:
description: address:port or "unix". IPv6 has brackets around the address.
enabled: true
type: string
haproxy.algo:
description: load balancing algorithm
enabled: true
type: string
haproxy.proxy_name:
description: Proxy name
enabled: true
Expand Down
9 changes: 9 additions & 0 deletions metric-metadata/honeycombmarkerexporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: honeycombmarker

status:
class: exporter
stability:
development: [logs]
distributions: []
codeowners:
active: [TylerHelmuth, fchikwekwe]
9 changes: 9 additions & 0 deletions metric-metadata/jaegerencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: jaegerencoding

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

status:
class: extension
stability:
development: [extension]
distributions: []
codeowners:
active: [VihasMakwana, atoulme]
2 changes: 1 addition & 1 deletion metric-metadata/k8sattributesprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status:
class: processor
stability:
beta: [logs, metrics, traces]
distributions: [contrib, splunk, observiq, sumo, redhat, aws]
distributions: [contrib, splunk, observiq, sumo, redhat, aws, grafana]
codeowners:
active: [dmitryax, rmfitzpatrick, fatsheep9146, TylerHelmuth]
# resource attributes are exposed through a different configuration interface (extract::metadata).
Expand Down
Loading

0 comments on commit 8d0f43e

Please sign in to comment.