fix(blocky): correct some grafana issues

This commit is contained in:
Kjeld Schouten 2024-02-27 18:51:47 +01:00
parent e1163036b8
commit 735568a462
2 changed files with 22 additions and 3 deletions

View File

@ -1911,7 +1911,25 @@
"templating": {
"list": [
{
"hide": 2,
"current": {
"selected": false,
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"includeAll": false,
"multi": false,
"name": "DS_PROMETHEUS",
"label": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"hide": 0,
"label": "blocky API URL",
"name": "blocky_url",
"query": "${VAR_BLOCKY_URL}",
@ -1933,7 +1951,8 @@
{
"current": {},
"datasource": {
"type": "prometheus"
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values(blocky_blocking_enabled,job)",
"hide": 0,

View File

@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://github.com/truecharts/containers/tree/master/apps/traefik
type: application
version: 26.2.1
version: 26.2.2