Skip to content

Commit 22f2b5d

Browse files
fix: decimals on api error rate db
1 parent c540ce8 commit 22f2b5d

File tree

1 file changed

+6
-4
lines changed
  • argo/cluster/monitoring/kube-prometheus-stack/chart/dashboards

1 file changed

+6
-4
lines changed

argo/cluster/monitoring/kube-prometheus-stack/chart/dashboards/srep-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"color": {
172172
"mode": "thresholds"
173173
},
174-
"decimals": 2,
174+
"decimals": 3,
175175
"mappings": [],
176176
"noValue": "?",
177177
"thresholds": {
@@ -1059,7 +1059,8 @@
10591059
"mode": "absolute",
10601060
"steps": [
10611061
{
1062-
"color": "green"
1062+
"color": "green",
1063+
"value": null
10631064
},
10641065
{
10651066
"color": "red",
@@ -1160,7 +1161,8 @@
11601161
"mode": "absolute",
11611162
"steps": [
11621163
{
1163-
"color": "green"
1164+
"color": "green",
1165+
"value": null
11641166
},
11651167
{
11661168
"color": "red",
@@ -1223,7 +1225,7 @@
12231225
"list": []
12241226
},
12251227
"time": {
1226-
"from": "now-3h",
1228+
"from": "now-24h",
12271229
"to": "now"
12281230
},
12291231
"timepicker": {},

0 commit comments

Comments
 (0)