ansible-infra/resources/chaosknoten/grafana/docker_compose/grafana-datasource.yml
c6ristian 456117a789
Some checks failed
/ Ansible Lint (push) Failing after 1m55s
adding loki
2025-04-28 20:31:55 +02:00

21 lines
397 B
YAML

apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus:9090
isDefault: true
access: proxy
editable: true
- name: Loki
type: loki
url: http://loki:3100
access: proxy
editable: true
jsonData:
timeout: 60
maxLines: 3000
httpHeaderName1: "X-Scope-OrgID"
secureJsonData:
httpHeaderValue1: "chaos"