From d91deb383da41688833fc9591f5b1460361b0d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8B/Thor=28sten=29=3F/=20Schwesig?= <89909507+schwesig@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:55:03 -0500 Subject: [PATCH] feat: adding mco_* to metrics allowlist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - (mco_.*) added to capture most needed currently mco_degraded_machine_count - removed kube_pod_spec_volumes_persistentvolumeclaims_info, already captured by (kube_pod_.*) Signed-off-by: ​/Thor(sten)?/ Schwesig <89909507+schwesig@users.noreply.github.com> --- .../observability-metrics-custom-allowlist/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-scope/base/core/configmaps/observability-metrics-custom-allowlist/configmap.yaml b/cluster-scope/base/core/configmaps/observability-metrics-custom-allowlist/configmap.yaml index d2db6f1f..28938fbd 100644 --- a/cluster-scope/base/core/configmaps/observability-metrics-custom-allowlist/configmap.yaml +++ b/cluster-scope/base/core/configmaps/observability-metrics-custom-allowlist/configmap.yaml @@ -7,7 +7,6 @@ data: metrics_list.yaml: | names: - kube_persistentvolumeclaim_resource_requests_storage_bytes - - kube_pod_spec_volumes_persistentvolumeclaims_info - kube_persistentvolumeclaim_info - kube_storageclass_info - kubelet_volume_stats_used_bytes @@ -49,3 +48,4 @@ data: - __name__=~"(argocd_.*)" - __name__=~"(kube_node_.*)" - __name__=~"(kube_pod_.*)" + - __name__=~"(mco_.*)"