fix(spegel): spegel dashboard (#28160)
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
This commit is contained in:
@@ -30,4 +30,4 @@ name: spegel
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/system/spegel
|
- https://github.com/truecharts/charts/tree/master/charts/system/spegel
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
|
|||||||
@@ -1174,6 +1174,13 @@
|
|||||||
"tags": [],
|
"tags": [],
|
||||||
"templating": {
|
"templating": {
|
||||||
"list": [
|
"list": [
|
||||||
|
{
|
||||||
|
"hide": 2,
|
||||||
|
"name": "DS_PROMETHEUS",
|
||||||
|
"query": "Prometheus",
|
||||||
|
"skipUrlSync": false,
|
||||||
|
"type": "constant"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"selected": false,
|
"selected": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user