starting to implement victoriametrics

This commit is contained in:
tom.chivert
2023-09-13 16:24:11 +02:00
parent 424a85c88f
commit feabcbf064
6 changed files with 589 additions and 3 deletions

View File

@ -0,0 +1,13 @@
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