mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e75e6b0e31
Before the collection goroutine wakes up every 1 second (as configured). This sleep interval is in case there are no stats to collect we don't end up in a tight loop. Instead use a condition variable to signal that a collection is needed. This prevents us from waking the goroutine needlessly when there is no one looking for stats. For now I've kept the sleep just moved it to the end of the loop, which gives some space between collections. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
.. | ||
collector.go | ||
collector_unix.go | ||
collector_windows.go |