prometheus/scrape
Łukasz Mierzwa 748fe6d825
Limit concurrency of scrape pool reloads (#16783)
To avoid possible overload.

As per https://github.com/prometheus/prometheus/pull/16595#issuecomment-3005027067 this changes scrape pool manager to limit the number of scrape pools that can reload at the same time.

Signed-off-by: Lukasz Mierzwa <l.mierzwa@gmail.com>
2025-06-27 12:34:07 +01:00
..
testdata
clientprotobuf.go
helpers_test.go
manager.go Limit concurrency of scrape pool reloads (#16783) 2025-06-27 12:34:07 +01:00
manager_test.go
metrics.go
scrape.go scrape: set validation and escaping defaults in default config vars (#16751) 2025-06-25 11:14:13 -04:00
scrape_test.go
target.go
target_test.go