mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
4e7a2a41a4
* add dashboard for cluster version * fix queries and panels * review fixes * use resident memory for memory usage panel * fix job selectors
14 lines
No EOL
276 B
YAML
14 lines
No EOL
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 |