mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-02 21:13:15 -04:00
Update prometheus.yml
added vra metrics file to Prometheus configuration
This commit is contained in:
@@ -22,4 +22,11 @@ scrape_configs:
|
|||||||
scrape_timeout: 20s
|
scrape_timeout: 20s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['zertoexporter:9999']
|
- targets: ['zertoexporter:9999']
|
||||||
metrics_path: /threads
|
metrics_path: /threads
|
||||||
|
|
||||||
|
- job_name: 'vra-stats'
|
||||||
|
scrape_interval: 30s
|
||||||
|
scrape_timeout: 20s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['zertoexporter:9999']
|
||||||
|
metrics_path: /vrametrics
|
||||||
|
|||||||
Reference in New Issue
Block a user