Slowing down scrape intervals
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
||||
- VERIFY_SSL=False
|
||||
- ZVM_HOST=192.168.50.60
|
||||
- ZVM_PORT=443
|
||||
- SCRAPE_SPEED=30 #how often should the exporter scrape the Zerto API
|
||||
- CLIENT_ID=api-script
|
||||
- CLIENT_SECRET=js51tDM8oappYUGRJBhF7bcsedNoHA5j
|
||||
- LOGGING_LEVEL=INFO
|
||||
|
||||
@@ -8,4 +8,4 @@ datasources:
|
||||
isDefault: true
|
||||
version: 1
|
||||
editable: false
|
||||
scrapeInterval: 10s
|
||||
scrapeInterval: 30s
|
||||
@@ -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']
|
||||
Reference in New Issue
Block a user