Skip to content

Commit

Permalink
Merge pull request #25 from splunk/metadata-update-2023-09-13
Browse files Browse the repository at this point in the history
Merge metadata-update-2023-09-13 into main
  • Loading branch information
theletterf authored Sep 13, 2023
2 parents 08c3fd9 + e7445a2 commit 3d74cc7
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 5 deletions.
17 changes: 17 additions & 0 deletions metric-metadata/jaegerreceiverdeprecated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
type: jaeger

status:
class: receiver
stability:
beta: [traces]
distributions:
- core
- contrib
- aws
- grafana
- observiq
- redhat
- splunk
- sumo
codeowners:
active: [jpkrohling]
13 changes: 13 additions & 0 deletions metric-metadata/jaegerremotesamplingdeprecated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
type: jaegerremotesampling

status:
class: extension
stability:
alpha: [extension]
distributions:
- contrib
- grafana
- redhat
- sumo
codeowners:
active: [jpkrohling, frzifus]
16 changes: 16 additions & 0 deletions metric-metadata/k8sclusterreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ resource_attributes:
type: string
enabled: true

k8s.kubelet.version:
description: The version of Kubelet running on the node.
type: string
enabled: false

k8s.kubeproxy.version:
description: The version of Kube Proxy running on the node.
type: string
enabled: false

openshift.clusterquota.uid:
description: The k8s ClusterResourceQuota uid.
type: string
Expand Down Expand Up @@ -245,6 +255,12 @@ metrics:
unit: 1
gauge:
value_type: int
k8s.pod.status_reason:
enabled: false
description: Current status reason of the pod (1 - Evicted, 2 - NodeAffinity, 3 - NodeLost, 4 - Shutdown, 5 - UnexpectedAdmissionError, 6 - Unknown)
unit: 1
gauge:
value_type: int

k8s.deployment.desired:
enabled: true
Expand Down
16 changes: 16 additions & 0 deletions metric-metadata/postgresqlreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ attributes:
- sync
- write
name_override: type
lock_type:
description: Type of the lockable object.
type: string
mode:
description: Name of the lock mode held or desired by the process.
type: string
source:
description: The block read source type.
type: string
Expand All @@ -62,6 +68,9 @@ attributes:
description: The database operation.
type: string
enum: [ins, upd, del, hot_upd]
relation:
description: OID of the relation targeted by the lock, or null if the target is not a relation or part of a relation.
type: string
replication_client:
description: The IP address of the client connected to this backend. If this field is "unix", it indicates either that the client is connected via a Unix socket.
type: string
Expand Down Expand Up @@ -147,6 +156,13 @@ metrics:
monotonic: false
value_type: int
unit: "{databases}"
postgresql.database.locks:
enabled: false
description: The number of database locks.
unit: "{lock}"
gauge:
value_type: int
attributes: [relation, mode, lock_type]
postgresql.db_size:
enabled: true
description: The database disk usage.
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/solacereceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ status:
class: receiver
stability:
beta: [traces]
distributions: [contrib, sumo]
distributions: [contrib, sumo, splunk]
codeowners:
active: [djaglowski, mcardy]
2 changes: 1 addition & 1 deletion metric-metadata/spanmetricsconnector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ status:
class: connector
stability:
alpha: [traces_to_metrics]
distributions: [contrib, sumo]
distributions: [contrib, sumo, grafana]
codeowners:
active: [albertteoh]
2 changes: 1 addition & 1 deletion metric-metadata/spanprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ status:
class: processor
stability:
alpha: [traces]
distributions: [core, contrib, observiq, splunk, sumo, aws, redhat]
distributions: [core, contrib, observiq, splunk, sumo, aws, redhat, grafana]
codeowners:
active: [boostchicken]
4 changes: 2 additions & 2 deletions metric-metadata/wavefrontreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ type: wavefront
status:
class: receiver
stability:
unmaintained: [metrics]
beta: [metrics]
distributions: [contrib, sumo]
codeowners:
active: [ ]
active: [samiura]

0 comments on commit 3d74cc7

Please sign in to comment.