Update prometheus.yml

added vra metrics file to Prometheus configuration
This commit is contained in:
2023-03-23 10:00:08 -04:00
committed by GitHub
parent 37ae4ae412
commit 191c806e4a
+8 -1
View File
@@ -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