prometheus/storage
Matt T. Proud 74a66fd938 Spawn grouping of fingerprints with free semaphore.
The previous implementation spawned N goroutines to group samples
together and would not start work until the semaphore unblocked.
While this didn't leak, it polluted the scheduling space.  Thusly,
the routine only starts after a semaphore has been acquired.
2013-05-21 16:11:35 +02:00
..
metric Spawn grouping of fingerprints with free semaphore. 2013-05-21 16:11:35 +02:00
raw Destroy naked returns in half of corpus. 2013-05-16 10:53:25 +03:00
interface.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00