Skip to content

Commit

Permalink
fixed max value and threshold 'Error Rate Uptime' panel
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Nov 13, 2023
1 parent 71b29bd commit 631d60d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/dashboards/grafana-dashboard-sources-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,10 @@ data:
"mode": "line"
}
},
"decimals": 0,
"links": [],
"mappings": [],
"max": 1,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -1465,7 +1467,7 @@ data:
},
{
"color": "red",
"value": 0.95
"value": 0.05
}
]
},
Expand Down

0 comments on commit 631d60d

Please sign in to comment.