From b8c339b455bffd2a2a739f7f9a5cd50f98353b14 Mon Sep 17 00:00:00 2001 From: Jacob Baungard Hansen Date: Thu, 18 Apr 2024 09:24:57 +0200 Subject: [PATCH] Add `cluster:node_cpu:ratio` to allowlist We add this metric to the allowlist as it will be used to optimize dashboard performance for the fleet wide CPU widgets. Signed-off-by: Jacob Baungard Hansen --- .../manifests/base/config/metrics_allowlist.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/operators/multiclusterobservability/manifests/base/config/metrics_allowlist.yaml b/operators/multiclusterobservability/manifests/base/config/metrics_allowlist.yaml index 9b18230e4c..63497ea4dc 100644 --- a/operators/multiclusterobservability/manifests/base/config/metrics_allowlist.yaml +++ b/operators/multiclusterobservability/manifests/base/config/metrics_allowlist.yaml @@ -17,6 +17,7 @@ data: - cluster:cpu_usage_cores:sum - cluster:memory_usage:ratio - cluster:memory_usage_bytes:sum + - cluster:node_cpu:ratio - cluster:usage:resources:sum - cluster_infrastructure_provider - cluster_version @@ -402,4 +403,4 @@ data: expr: histogram_quantile(0.99,sum(rate(apiserver_request_duration_seconds_bucket{job=\"apiserver\", verb!=\"WATCH\", _id!=\"\"}[5m])) by (le, _id)) - record: sum:apiserver_request_total:1h expr: sum(rate(apiserver_request_total{job=\"apiserver\", _id!=\"\"}[1h])) by(code, instance, _id) - collect_rules: [] \ No newline at end of file + collect_rules: []