Files
server-infra/roles/observability/templates/grafana-datasources.yml.j2
T
2026-07-10 06:50:52 -05:00

22 lines
414 B
Django/Jinja

# Managed by Ansible (roles/observability). Do not edit by hand.
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://loki:3100
isDefault: false
editable: false
jsonData:
maxLines: 1000
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: false
jsonData:
timeInterval: 15s