infrastructure/ansible/plays/services/prometheus/grafana-ds.yml

29 lines
531 B
YAML
Raw Normal View History

2023-04-16 16:10:44 +02:00
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus:9090
isDefault: true
access: proxy
editable: true
2023-08-07 01:01:39 +02:00
- name: Mimir Netcup
type: prometheus
jsonData:
httpHeaderName1: "X-Scope-OrgID"
secureJsonData:
httpHeaderValue1: "host-nc-chaoswg-org"
url: http://mimir:8080/prometheus
isDefault: false
access: proxy
editable: true
2023-07-27 01:43:46 +02:00
- name: Loki
type: loki
access: proxy
orgId: 1
url: http://loki:3100
basicAuth: false
isDefault: false
version: 1
editable: true