From e7445a2a135fda23f8def4ad0d48bd96bc813b61 Mon Sep 17 00:00:00 2001 From: theletterf Date: Wed, 13 Sep 2023 08:05:31 +0000 Subject: [PATCH] Metada update 2023-09-13 --- metric-metadata/jaegerreceiverdeprecated.yaml | 17 +++++++++++++++++ .../jaegerremotesamplingdeprecated.yaml | 13 +++++++++++++ metric-metadata/k8sclusterreceiver.yaml | 16 ++++++++++++++++ metric-metadata/postgresqlreceiver.yaml | 16 ++++++++++++++++ metric-metadata/solacereceiver.yaml | 2 +- metric-metadata/spanmetricsconnector.yaml | 2 +- metric-metadata/spanprocessor.yaml | 2 +- metric-metadata/wavefrontreceiver.yaml | 4 ++-- 8 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 metric-metadata/jaegerreceiverdeprecated.yaml create mode 100644 metric-metadata/jaegerremotesamplingdeprecated.yaml diff --git a/metric-metadata/jaegerreceiverdeprecated.yaml b/metric-metadata/jaegerreceiverdeprecated.yaml new file mode 100644 index 0000000..7b9b516 --- /dev/null +++ b/metric-metadata/jaegerreceiverdeprecated.yaml @@ -0,0 +1,17 @@ +type: jaeger + +status: + class: receiver + stability: + beta: [traces] + distributions: + - core + - contrib + - aws + - grafana + - observiq + - redhat + - splunk + - sumo + codeowners: + active: [jpkrohling] diff --git a/metric-metadata/jaegerremotesamplingdeprecated.yaml b/metric-metadata/jaegerremotesamplingdeprecated.yaml new file mode 100644 index 0000000..73a23a6 --- /dev/null +++ b/metric-metadata/jaegerremotesamplingdeprecated.yaml @@ -0,0 +1,13 @@ +type: jaegerremotesampling + +status: + class: extension + stability: + alpha: [extension] + distributions: + - contrib + - grafana + - redhat + - sumo + codeowners: + active: [jpkrohling, frzifus] diff --git a/metric-metadata/k8sclusterreceiver.yaml b/metric-metadata/k8sclusterreceiver.yaml index 81261b1..11f05cf 100644 --- a/metric-metadata/k8sclusterreceiver.yaml +++ b/metric-metadata/k8sclusterreceiver.yaml @@ -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 @@ -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 diff --git a/metric-metadata/postgresqlreceiver.yaml b/metric-metadata/postgresqlreceiver.yaml index 14381ce..3144103 100644 --- a/metric-metadata/postgresqlreceiver.yaml +++ b/metric-metadata/postgresqlreceiver.yaml @@ -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 @@ -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 @@ -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. diff --git a/metric-metadata/solacereceiver.yaml b/metric-metadata/solacereceiver.yaml index 1e318c5..5b858e0 100644 --- a/metric-metadata/solacereceiver.yaml +++ b/metric-metadata/solacereceiver.yaml @@ -4,6 +4,6 @@ status: class: receiver stability: beta: [traces] - distributions: [contrib, sumo] + distributions: [contrib, sumo, splunk] codeowners: active: [djaglowski, mcardy] diff --git a/metric-metadata/spanmetricsconnector.yaml b/metric-metadata/spanmetricsconnector.yaml index 6c3fea8..44c2562 100644 --- a/metric-metadata/spanmetricsconnector.yaml +++ b/metric-metadata/spanmetricsconnector.yaml @@ -4,6 +4,6 @@ status: class: connector stability: alpha: [traces_to_metrics] - distributions: [contrib, sumo] + distributions: [contrib, sumo, grafana] codeowners: active: [albertteoh] diff --git a/metric-metadata/spanprocessor.yaml b/metric-metadata/spanprocessor.yaml index 3fc30af..8a07f74 100644 --- a/metric-metadata/spanprocessor.yaml +++ b/metric-metadata/spanprocessor.yaml @@ -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] \ No newline at end of file diff --git a/metric-metadata/wavefrontreceiver.yaml b/metric-metadata/wavefrontreceiver.yaml index fc0ae4c..efff49f 100644 --- a/metric-metadata/wavefrontreceiver.yaml +++ b/metric-metadata/wavefrontreceiver.yaml @@ -3,8 +3,8 @@ type: wavefront status: class: receiver stability: - unmaintained: [metrics] + beta: [metrics] distributions: [contrib, sumo] codeowners: - active: [ ] + active: [samiura]