ansible-infra/resources/chaosknoten/grafana/docker_compose/grafana-datasource.yml
c6ristian 068b261745
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 49s
grafana: make alerts better for fux
2025-09-09 19:24:15 +02:00

20 lines
396 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"