chore: changed otel scraping interval of prometheus targets to 30s from 60s

This commit is contained in:
Ankit Nayan 2021-12-03 18:03:46 +05:30
parent 231b8467fd
commit 2c1b530aa0

View File

@ -9,7 +9,7 @@ receivers:
config:
scrape_configs:
- job_name: "otel-collector"
scrape_interval: 60s
scrape_interval: 30s
static_configs:
- targets: ["otel-collector:8889"]
processors: