14 lines
313 B
Text
14 lines
313 B
Text
|
|
# Gere par Set-OPS (role serveurs_grafana). Ne pas editer a la main.
|
||
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: Prometheus
|
||
|
|
type: prometheus
|
||
|
|
access: proxy
|
||
|
|
url: {{ serveurs_grafana_prometheus_url }}
|
||
|
|
isDefault: true
|
||
|
|
- name: Loki
|
||
|
|
type: loki
|
||
|
|
access: proxy
|
||
|
|
url: {{ serveurs_grafana_loki_url }}
|