lots of stuff

This commit is contained in:
bee
2026-08-16 14:48:04 +02:00
parent c63db540e8
commit 49fa352476
45 changed files with 32520 additions and 93 deletions
@@ -0,0 +1,49 @@
apiVersion: 1
datasources:
- name: prometheus
uid: {{ grafana_prometheus_uid }}
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: false
jsonData:
timeInterval: 15s
httpMethod: POST
- name: loki
uid: {{ grafana_loki_uid }}
type: loki
access: proxy
url: http://loki:3100
editable: false
jsonData:
maxLines: 2000
- name: topology
uid: {{ grafana_infinity_uid }}
type: yesoreyeram-infinity-datasource
access: proxy
editable: false
jsonData:
allowedHosts:
- http://topology:8088
global_queries: []
{% if uptimerobot_enabled %}
- name: uptimerobot
uid: {{ grafana_uptimerobot_uid }}
type: yesoreyeram-infinity-datasource
access: proxy
editable: false
jsonData:
auth_method: apiKey
apiKeyKey: api_key
apiKeyType: query
allowedHosts:
- https://api.uptimerobot.com
global_queries: []
secureJsonData:
apiKeyValue: {{ uptimerobot_api_key }}
{% endif %}