Files
homelab/ansible/roles/monitoring/templates/grafana-datasources.yaml.j2
T

15 lines
256 B
Django/Jinja

apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://localhost:9090
isDefault: true
editable: true
- name: Loki
type: loki
access: proxy
url: http://localhost:3100
editable: true