diff options
| -rw-r--r-- | tharos/dashboards/caddy.json | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/tharos/dashboards/caddy.json b/tharos/dashboards/caddy.json index 124ae07..4a04678 100644 --- a/tharos/dashboards/caddy.json +++ b/tharos/dashboards/caddy.json @@ -104,20 +104,36 @@ "templating": { "list": [ { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "definition": "label_values(caddy_http_requests_total,host)", "includeAll": true, "name": "Host", - "query": { - "qryType": 1, - "query": "label_values(caddy_http_requests_total,host)", - "refId": "PrometheusVariableQueryEditor-VariableQuery" + "current": { + "text": "$__all", + "value": "$__all" }, - "refresh": 2, - "type": "query" + "options": [ + { + "selected": false, + "text": "heimfeld.hamburg", + "value": "heimfeld.hamburg" + }, + { + "selected": false, + "text": "git.heimfeld.hamburg", + "value": "git.heimfeld.hamburg" + }, + { + "selected": false, + "text": "nextcloud.heimfeld.hamburg", + "value": "nextcloud.heimfeld.hamburg" + }, + { + "selected": false, + "text": "grafana.heimfeld.hamburg", + "value": "grafana.heimfeld.hamburg" + } + ], + "query": "heimfeld.hamburg, git.heimfeld.hamburg, nextcloud.heimfeld.hamburg, grafana.heimfeld.hamburg", + "type": "custom" } ] }, |
