mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-02 21:13:15 -04:00
Slowing down scrape intervals
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
|||||||
- VERIFY_SSL=False
|
- VERIFY_SSL=False
|
||||||
- ZVM_HOST=192.168.50.60
|
- ZVM_HOST=192.168.50.60
|
||||||
- ZVM_PORT=443
|
- ZVM_PORT=443
|
||||||
|
- SCRAPE_SPEED=30 #how often should the exporter scrape the Zerto API
|
||||||
- CLIENT_ID=api-script
|
- CLIENT_ID=api-script
|
||||||
- CLIENT_SECRET=js51tDM8oappYUGRJBhF7bcsedNoHA5j
|
- CLIENT_SECRET=js51tDM8oappYUGRJBhF7bcsedNoHA5j
|
||||||
- LOGGING_LEVEL=INFO
|
- LOGGING_LEVEL=INFO
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ datasources:
|
|||||||
isDefault: true
|
isDefault: true
|
||||||
version: 1
|
version: 1
|
||||||
editable: false
|
editable: false
|
||||||
scrapeInterval: 10s
|
scrapeInterval: 30s
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
global:
|
global:
|
||||||
scrape_interval: 10s
|
scrape_interval: 30s
|
||||||
evaluation_interval: 10s
|
evaluation_interval: 20s
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'ransomexporter'
|
- job_name: 'ransomexporter'
|
||||||
scrape_interval: 10s
|
scrape_interval: 30s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['zertoexporter:9999']
|
- targets: ['zertoexporter:9999']
|
||||||
Reference in New Issue
Block a user