From afd0d5bf243236443471e13683a6758d31fc6b12 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 28 May 2022 02:56:44 +0200 Subject: [PATCH] fix(monitoring): Adjust name and id of high-level SLO dashboard To make the dashboard naming more consistent, this patch adjust the dashboard defintion to match the current schema from the details dashboard. --- infrastructure/monitoring/dashboards/sloth-high-level.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/monitoring/dashboards/sloth-high-level.json b/infrastructure/monitoring/dashboards/sloth-high-level.json index 0345a8a95..3271f0cf6 100644 --- a/infrastructure/monitoring/dashboards/sloth-high-level.json +++ b/infrastructure/monitoring/dashboards/sloth-high-level.json @@ -840,8 +840,8 @@ }, "timepicker": {}, "timezone": "", - "title": "High level Sloth SLOs", - "uid": "high-level-sloth-slos", + "title": "SLO / High level", + "uid": "slo-high-level", "version": 5, "description": "A high level view of all Sloth SLOs" } -- GitLab