From fd9fc2984d169d41bc6df359a63cfdd573a058fb Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Tue, 21 Mar 2023 11:34:14 -0400 Subject: [PATCH] Update prometheus.yml --- prometheus/prometheus.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 6bc8bbd..90753fa 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -15,4 +15,11 @@ scrape_configs: scrape_timeout: 20s static_configs: - targets: ['zertoexporter:9999'] - metrics_path: /statsmetrics \ No newline at end of file + metrics_path: /statsmetrics + + - job_name: 'thread-stats' + scrape_interval: 30s + scrape_timeout: 20s + static_configs: + - targets: ['zertoexporter:9999'] + metrics_path: /threads \ No newline at end of file