17 lines
321 B
Django/Jinja
17 lines
321 B
Django/Jinja
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
|