prometheus/storage
beorn7 99881ded63 Make the number of fingerprint mutexes configurable
With a lot of series accessed in a short timeframe (by a query, a
large scrape, checkpointing, ...), there is actually quite a
significant amount of lock contention if something similar is running
at the same time.

In those cases, the number of locks needs to be increased.

On the same front, as our fingerprints don't have a lot of entropy, I
introduced some additional shuffling. With the current state, anly
changes in the least singificant bits of a FP would matter.
2016-06-02 19:18:00 +02:00
..
local Make the number of fingerprint mutexes configurable 2016-06-02 19:18:00 +02:00
metric Anchor regexes in vector matching 2015-11-05 11:23:43 +01:00
remote storage/remote: Spawn not more than "maxConcurrentSends" goroutines. 2016-05-19 16:15:04 +02:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00