22 lines
458 B
YAML
22 lines
458 B
YAML
# Grafana Datasource-Provisioning.
|
|||
|
|
# Die UIDs sind fix und werden von allen Dashboards referenziert -- nicht aendern!
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: prometheus
|
||
|
|
uid: belof8d814dtse
|
||
|
|
type: prometheus
|
||
|
|
access: proxy
|
||
|
|
url: http://prometheus:9090
|
||
|
|
isDefault: true
|
||
|
|
editable: false
|
||
|
|
jsonData:
|
||
|
|
httpMethod: POST
|
||
|
|
|
||
|
|
- name: loki
|
||
|
|
uid: cfk1pam8svmkgd
|
||
|
|
type: loki
|
||
|
|
access: proxy
|
||
|
|
url: http://loki:3100
|
||
|
|
editable: false
|