prometheus/labels
Fabian Reinartz c36d574290 Replace single head lock with granular locks
This adds various new locks to replace the single big lock on
the head. All parts now must be COW as they may be held by clients
after initial retrieval.
Series by ID and hashes are now held in a stripe lock to reduce
contention and total holding time during GC. This should reduce
starvation of readers.
2017-09-05 14:41:39 +02:00
..
labels.go Simplify Labels.Equals() 2017-04-28 16:01:37 +02:00
labels_test.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
selector.go Add prefix label matcher. 2017-07-22 01:06:30 -07:00