Skip to content

Commit

Permalink
fix grafana thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Mar 9, 2021
1 parent f759a1c commit 40250aa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions grafana/dashboards/grafana_dashboard_cluster_healthcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
"colorBackground": false,
"colorValue": true,
"colors": [
"#d44a3a",
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#299c46"
"#d44a3a"
],
"datasource": "Prometheus",
"description": "Number of partitions that don’t have an active leader and are hence not writable or readable. Alert if value is greater than 0.",
Expand Down Expand Up @@ -182,7 +182,7 @@
"refId": "A"
}
],
"thresholds": "1,0",
"thresholds": "1,1",
"title": "Offline Partitions Count",
"type": "singlestat",
"valueFontSize": "120%",
Expand All @@ -200,9 +200,9 @@
"colorBackground": false,
"colorValue": true,
"colors": [
"#d44a3a",
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#299c46"
"#d44a3a"
],
"datasource": "Prometheus",
"description": "Number of under-replicated partitions (| ISR | < | all replicas |). Alert if value is greater than 0.",
Expand Down Expand Up @@ -265,7 +265,7 @@
"refId": "A"
}
],
"thresholds": "1,0",
"thresholds": "1,1",
"title": "Under Replicated Partitions",
"type": "singlestat",
"valueFontSize": "120%",
Expand All @@ -283,9 +283,9 @@
"colorBackground": false,
"colorValue": true,
"colors": [
"#d44a3a",
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#299c46"
"#d44a3a"
],
"datasource": "Prometheus",
"description": "Number of under-replicated partitions (| ISR | < | min.insync.replicas |). Alert if value is greater than 0.",
Expand Down Expand Up @@ -348,7 +348,7 @@
"refId": "A"
}
],
"thresholds": "1,0",
"thresholds": "1,1",
"title": "Partitions Under Min ISR",
"type": "singlestat",
"valueFontSize": "120%",
Expand All @@ -366,9 +366,9 @@
"colorBackground": false,
"colorValue": true,
"colors": [
"#d44a3a",
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#299c46"
"#d44a3a"
],
"datasource": "Prometheus",
"description": "",
Expand Down Expand Up @@ -431,7 +431,7 @@
"refId": "A"
}
],
"thresholds": "1,0",
"thresholds": "1,1",
"title": "Preferred Replica Imbalance",
"type": "singlestat",
"valueFontSize": "120%",
Expand Down Expand Up @@ -528,7 +528,7 @@
"refId": "A"
}
],
"thresholds": "3,1",
"thresholds": "1,3",
"title": "Brokers Running(>=3)",
"type": "singlestat",
"valueFontSize": "80%",
Expand All @@ -546,7 +546,7 @@
"colorBackground": false,
"colorValue": false,
"colors": [
"#299c46",
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a"
],
Expand Down

0 comments on commit 40250aa

Please sign in to comment.