mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
20 lines
485 B
YAML
20 lines
485 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: VictoriaMetrics
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://victoriametrics:8428
|
|
isDefault: true
|
|
jsonData:
|
|
prometheusType: Prometheus
|
|
prometheusVersion: 2.24.0
|
|
|
|
- name: VictoriaMetrics - cluster
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://vmauth:8427/select/0/prometheus
|
|
isDefault: false
|
|
jsonData:
|
|
prometheusType: Prometheus
|
|
prometheusVersion: 2.24.0
|