mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 19:28:57 +08:00
chore: changed otel scraping interval of prometheus targets to 30s from 60s
This commit is contained in:
parent
231b8467fd
commit
2c1b530aa0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user