Update prometheus.yml

This commit is contained in:
2023-03-21 11:34:14 -04:00
parent 0941e4a3ce
commit fd9fc2984d
+7
View File
@@ -16,3 +16,10 @@ scrape_configs:
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