prometheus/templates/conf/datasources.yaml.j2

14 lines
268 B
Plaintext
Raw Normal View History

2023-02-10 11:13:37 +01:00
apiVersion: 1
datasources:
- name: Prometheus
uid: yPhvsDP7k
type: prometheus
access: proxy
2023-09-13 16:24:11 +02:00
{% if prometheus_use_victoriametrics == false %}
2023-02-10 11:13:37 +01:00
url: http://prometheus:9090
2023-09-13 16:24:11 +02:00
{% else %}
url: http://victoriametrics:8428
{% endif %}
2023-02-10 11:13:37 +01:00
isDefault: true