mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fc42900eca
Previously the was a race condition when the background goroutine still could try collecting metrics
from already stopped resources after returning from pushmetrics.Stop().
Now the pushmetrics.Stop() waits until the background goroutine is stopped before returning.
This is a follow-up for https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5549
and the commit
|
||
---|---|---|
.. | ||
deployment | ||
multiarch | ||
test | ||
testdata | ||
main.go | ||
main_test.go | ||
Makefile | ||
self_scraper.go |