From f0afb4100d0071bcbeaee0b242637d6d35f37d7e Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 17 Mar 2026 17:08:14 +0100 Subject: [PATCH] Set log scaling for secured cores and total secured cores charts --- .../grafana/generated/dashboards/rhacs-cluster-overview.yaml | 4 ++-- resources/grafana/sources/rhacs-cluster-overview.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/grafana/generated/dashboards/rhacs-cluster-overview.yaml b/resources/grafana/generated/dashboards/rhacs-cluster-overview.yaml index 0fd652b..5eec7ba 100644 --- a/resources/grafana/generated/dashboards/rhacs-cluster-overview.yaml +++ b/resources/grafana/generated/dashboards/rhacs-cluster-overview.yaml @@ -313,7 +313,7 @@ spec: "lineWidth": 1, "pointSize": 5, "scaleDistribution": { - "type": "linear" + "type": "log" }, "showPoints": "never", "spanNulls": false, @@ -521,7 +521,7 @@ spec: "lineWidth": 1, "pointSize": 5, "scaleDistribution": { - "type": "linear" + "type": "log" }, "showPoints": "never", "spanNulls": false, diff --git a/resources/grafana/sources/rhacs-cluster-overview.json b/resources/grafana/sources/rhacs-cluster-overview.json index faa39b6..e32f518 100644 --- a/resources/grafana/sources/rhacs-cluster-overview.json +++ b/resources/grafana/sources/rhacs-cluster-overview.json @@ -301,7 +301,7 @@ "lineWidth": 1, "pointSize": 5, "scaleDistribution": { - "type": "linear" + "type": "log" }, "showPoints": "never", "spanNulls": false, @@ -509,7 +509,7 @@ "lineWidth": 1, "pointSize": 5, "scaleDistribution": { - "type": "linear" + "type": "log" }, "showPoints": "never", "spanNulls": false,