diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 882cdde..7ad117b 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -742,7 +742,7 @@ def build_overview(): "kind": "stat", "thresholds": UPTIME_PERCENT_THRESHOLDS, "unit": "percentunit", - "decimals": 3, + "decimals": 4, "text_mode": "value", }, { diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 96c271b..70062e0 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -265,7 +265,7 @@ "custom": { "displayMode": "auto" }, - "decimals": 3 + "decimals": 4 }, "overrides": [] }, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 7df2f3e..cfd2cd6 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -274,7 +274,7 @@ data: "custom": { "displayMode": "auto" }, - "decimals": 3 + "decimals": 4 }, "overrides": [] },