mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 07:13:13 +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:
|
config:
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: "otel-collector"
|
- job_name: "otel-collector"
|
||||||
scrape_interval: 60s
|
scrape_interval: 30s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["otel-collector:8889"]
|
- targets: ["otel-collector:8889"]
|
||||||
processors:
|
processors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user