Update prometheus.yml

This commit is contained in:
2023-03-21 11:34:14 -04:00
parent 0941e4a3ce
commit fd9fc2984d
+8 -1
View File
@@ -15,4 +15,11 @@ scrape_configs:
scrape_timeout: 20s scrape_timeout: 20s
static_configs: static_configs:
- targets: ['zertoexporter:9999'] - targets: ['zertoexporter:9999']
metrics_path: /statsmetrics metrics_path: /statsmetrics
- job_name: 'thread-stats'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
metrics_path: /threads