Slowing down scrape intervals

This commit is contained in:
2023-02-27 18:21:16 -05:00
parent ec5518513e
commit 16bb4c777b
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
global:
scrape_interval: 10s
evaluation_interval: 10s
scrape_interval: 30s
evaluation_interval: 20s
scrape_configs:
- job_name: 'ransomexporter'
scrape_interval: 10s
scrape_interval: 30s
static_configs:
- targets: ['zertoexporter:9999']