Update prometheus.yml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user