infrastructure/coreos-config/plays/services/prometheus/grafana-ds.yml
Tobias Manske 1e8df890c1
Some checks reported errors
continuous-integration/drone/push Build was killed
Logging: Add Loki + Promtail
2023-07-27 01:43:46 +02:00

19 lines
292 B
YAML

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