mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
14 lines
276 B
YAML
14 lines
276 B
YAML
|
apiVersion: 1
|
||
|
|
||
|
datasources:
|
||
|
- name: Prometheus
|
||
|
type: prometheus
|
||
|
access: proxy
|
||
|
url: http://prometheus:9090
|
||
|
isDefault: true
|
||
|
|
||
|
- name: VictoriaMetrics
|
||
|
type: prometheus
|
||
|
access: proxy
|
||
|
url: http://vmselect:8481/select/0/prometheus
|
||
|
isDefault: false
|