Tobias Manske
bc98fb63c2
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
531 B
YAML
29 lines
531 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
access: proxy
|
|
editable: true
|
|
- 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
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://loki:3100
|
|
basicAuth: false
|
|
isDefault: false
|
|
version: 1
|
|
editable: true
|