Skip to content

Commit fa3e2fc

Browse files
committed
fix(monitoring): Prometheus 단일 복제본 대시보드 정합성
1 parent 7205ab2 commit fa3e2fc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

kubernetes/monitoring/grafana-dashboard-monitoring-stack.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,21 +246,20 @@ data:
246246
},
247247
{
248248
"type": "stat",
249-
"title": "Prometheus ready replicas / 2",
249+
"title": "Prometheus ready replicas / 1",
250250
"gridPos": {"x": 0, "y": 21, "w": 6, "h": 5},
251251
"datasource": "Prometheus",
252252
"fieldConfig": {
253253
"defaults": {
254254
"unit": "short",
255255
"min": 0,
256-
"max": 2,
256+
"max": 1,
257257
"noValue": "ABSENT",
258258
"thresholds": {
259259
"mode": "absolute",
260260
"steps": [
261261
{"color": "dark-red", "value": null},
262-
{"color": "orange", "value": 1},
263-
{"color": "green", "value": 2}
262+
{"color": "green", "value": 1}
264263
]
265264
}
266265
},

0 commit comments

Comments
 (0)