18 lines
321 B
Text
18 lines
321 B
Text
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: Prometheus
|
||
|
|
type: prometheus
|
||
|
|
access: proxy
|
||
|
|
url: http://prometheus:{{ prometheus_port }}
|
||
|
|
isDefault: true
|
||
|
|
editable: false
|
||
|
|
jsonData:
|
||
|
|
timeInterval: 15s
|
||
|
|
|
||
|
|
- name: Loki
|
||
|
|
type: loki
|
||
|
|
access: proxy
|
||
|
|
url: http://loki:{{ loki_port }}
|
||
|
|
editable: false
|