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 Include test CA text info (#14699) 2024-08-20 19:41:02 +02:00
clientprotobuf.go chore: enable gci linter (#16245) 2025-03-22 15:46:13 +00:00
helpers_test.go refactor: use a more straightforward return value (#16070) 2025-02-24 12:25:57 +00:00
manager_test.go chore: enable gci linter (#16245) 2025-03-22 15:46:13 +00:00
manager.go Limit concurrency of scrape pool reloads (#16783) 2025-06-27 12:34:07 +01:00
metrics.go Scraping: add metric for symbol table size 2024-07-05 10:16:22 +01:00
scrape_test.go Add tests for relabeling of type and unit labels (#16743) 2025-06-23 16:42:38 +01:00
scrape.go scrape: set validation and escaping defaults in default config vars (#16751) 2025-06-25 11:14:13 -04:00
target_test.go chore: enable unused-parameter from revive 2025-02-19 19:50:28 +01:00
target.go Fix linting issues found by golangci-lint v2.0.2 (#16368) 2025-05-03 19:05:13 +02:00