prometheus/scrape
Brian Brazil ebe0da7a72
Protect sp.loops from concurrent access. (#8176)
Manager.reload takes the mutex that would make it safe, however
releases it before the goroutines spawned are finished with it.
Thus more explicit locking of scrapePool.Sync/stop/reload is needed.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2020-11-12 16:06:25 +00:00
..
testdata Use SAN in test certificate (#7789) 2020-08-12 23:15:38 +02:00
helpers_test.go Move away from testutil, refactor imports (#8087) 2020-10-22 11:00:08 +02:00
manager.go Move away from testutil, refactor imports (#8087) 2020-10-22 11:00:08 +02:00
manager_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
scrape.go Protect sp.loops from concurrent access. (#8176) 2020-11-12 16:06:25 +00:00
scrape_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
target.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
target_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00