prometheus/scrape
Bryan Boreham f095c33da1 scrape: simplify TargetsActive function
Since everything was serialized on a single mutex, it's exactly the same
if we process targets in sequence without starting goroutines.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-11-20 19:28:08 +00:00
..
testdata Re-generate test cert to fix test_windows test failures 2022-03-17 19:37:18 +01:00
clientprotobuf.go Update according to code review 2023-05-05 02:33:00 +08:00
helpers_test.go scrape: Refactor names of float samples 2023-07-13 14:27:51 +02:00
manager.go scrape: simplify TargetsActive function 2023-11-20 19:28:08 +00:00
manager_test.go Scrape metrics can now be registered with a non-default registry. 2023-10-11 16:19:00 +01:00
metrics.go Scrape metrics can now be registered with a non-default registry. 2023-10-11 16:19:00 +01:00
scrape.go Add enable_compression scrape config option 2023-11-20 12:02:55 +00:00
scrape_test.go Add enable_compression scrape config option 2023-11-20 12:02:55 +00:00
target.go use Go standard errors package 2023-11-03 07:26:31 +00:00
target_test.go Fix wording from "jitterSeed" -> "offsetSeed" for server-wide scrape offsets 2023-05-25 11:54:00 +02:00