From cc4652770b5a0689550496f3c8d509d2e09e386b Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Wed, 21 Mar 2018 13:50:01 +0100 Subject: [PATCH] Configure Gauges with correct thresholds and maxValues --- dist/dashboards/k8s-cluster.json | 16 ++++++++-------- src/dashboards/k8s-cluster.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dist/dashboards/k8s-cluster.json b/dist/dashboards/k8s-cluster.json index e9f512a..8a02e64 100644 --- a/dist/dashboards/k8s-cluster.json +++ b/dist/dashboards/k8s-cluster.json @@ -65,7 +65,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -120,7 +120,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Pod Usage", "type": "singlestat", "valueFontSize": "80%", @@ -145,7 +145,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -200,7 +200,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster CPU Usage", "type": "singlestat", "valueFontSize": "80%", @@ -225,7 +225,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -280,7 +280,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Memory Usage", "type": "singlestat", "valueFontSize": "80%", @@ -305,7 +305,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -360,7 +360,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Disk Usage", "type": "singlestat", "valueFontSize": "80%", diff --git a/src/dashboards/k8s-cluster.json b/src/dashboards/k8s-cluster.json index e9f512a..8a02e64 100644 --- a/src/dashboards/k8s-cluster.json +++ b/src/dashboards/k8s-cluster.json @@ -65,7 +65,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -120,7 +120,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Pod Usage", "type": "singlestat", "valueFontSize": "80%", @@ -145,7 +145,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -200,7 +200,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster CPU Usage", "type": "singlestat", "valueFontSize": "80%", @@ -225,7 +225,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -280,7 +280,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Memory Usage", "type": "singlestat", "valueFontSize": "80%", @@ -305,7 +305,7 @@ "datasource": "$datasource", "format": "percentunit", "gauge": { - "maxValue": 100, + "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, @@ -360,7 +360,7 @@ "refId": "A" } ], - "thresholds": "80,90", + "thresholds": ".8,.9", "title": "Cluster Disk Usage", "type": "singlestat", "valueFontSize": "80%",