diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 894edb9..a14f396 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -241,9 +241,10 @@ UPTIME_PERCENT_THRESHOLDS = { "mode": "absolute", "steps": [ {"color": "red", "value": None}, - {"color": "orange", "value": 0.999}, - {"color": "yellow", "value": 0.9999}, - {"color": "green", "value": 0.99999}, + {"color": "orange", "value": 0.99}, + {"color": "yellow", "value": 0.999}, + {"color": "green", "value": 0.9999}, + {"color": "blue", "value": 0.99999}, ], } PROBLEM_TABLE_EXPR = ( diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 93ee927..9088ea1 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -245,14 +245,18 @@ }, { "color": "orange", - "value": 0.999 + "value": 0.99 }, { "color": "yellow", - "value": 0.9999 + "value": 0.999 }, { "color": "green", + "value": 0.9999 + }, + { + "color": "blue", "value": 0.99999 } ] diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index f4165bd..5fe8b6f 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -254,14 +254,18 @@ data: }, { "color": "orange", - "value": 0.999 + "value": 0.99 }, { "color": "yellow", - "value": 0.9999 + "value": 0.999 }, { "color": "green", + "value": 0.9999 + }, + { + "color": "blue", "value": 0.99999 } ]