You've already forked ansible-role-prometheus
mirror of
https://git.brainsys.io/ansible-roles/prometheus.git
synced 2026-02-09 20:08:08 +00:00
14 lines
268 B
Django/Jinja
14 lines
268 B
Django/Jinja
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
uid: yPhvsDP7k
|
|
type: prometheus
|
|
access: proxy
|
|
{% if prometheus_use_victoriametrics == false %}
|
|
url: http://prometheus:9090
|
|
{% else %}
|
|
url: http://victoriametrics:8428
|
|
{% endif %}
|
|
isDefault: true
|