Files
zroc/prometheus/prometheus.yml
T
justin 191c806e4a Update prometheus.yml
added vra metrics file to Prometheus configuration
2023-03-23 10:00:08 -04:00

33 lines
762 B
YAML

global:
scrape_interval: 60s
evaluation_interval: 60s
scrape_timeout: 60s
scrape_configs:
- job_name: 'zvmexporter'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
- job_name: 'encryption-stats'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
metrics_path: /statsmetrics
- job_name: 'thread-stats'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
metrics_path: /threads
- job_name: 'vra-stats'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
metrics_path: /vrametrics