diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 90753fa..ea57dc1 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -22,4 +22,11 @@ scrape_configs: scrape_timeout: 20s static_configs: - targets: ['zertoexporter:9999'] - metrics_path: /threads \ No newline at end of file + metrics_path: /threads + + - job_name: 'vra-stats' + scrape_interval: 30s + scrape_timeout: 20s + static_configs: + - targets: ['zertoexporter:9999'] + metrics_path: /vrametrics