From c61c09f71be39435d727bb3b8c78f2d3cb87bf1a Mon Sep 17 00:00:00 2001 From: spagno Date: Tue, 22 Oct 2024 16:35:34 +0200 Subject: [PATCH] fix(spegel): spegel dashboard (#28160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spegel dashboard uses DS_PROMETHEUS for its panels but it's not initialized - [ ] โš™๏ธ Feature/App addition - [x] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** I modified the json and created the new dashboard --- charts/incubator/spegel/Chart.yaml | 2 +- charts/incubator/spegel/dashboard.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/incubator/spegel/Chart.yaml b/charts/incubator/spegel/Chart.yaml index 60ffca5fa50..7d9a289ecc9 100644 --- a/charts/incubator/spegel/Chart.yaml +++ b/charts/incubator/spegel/Chart.yaml @@ -30,4 +30,4 @@ name: spegel sources: - https://github.com/truecharts/charts/tree/master/charts/system/spegel type: application -version: 2.0.1 +version: 2.0.2 diff --git a/charts/incubator/spegel/dashboard.json b/charts/incubator/spegel/dashboard.json index b0ea4cd529f..a842a6a1da2 100644 --- a/charts/incubator/spegel/dashboard.json +++ b/charts/incubator/spegel/dashboard.json @@ -1174,6 +1174,13 @@ "tags": [], "templating": { "list": [ + { + "hide": 2, + "name": "DS_PROMETHEUS", + "query": "Prometheus", + "skipUrlSync": false, + "type": "constant" + }, { "current": { "selected": false,