prometheus/config
Chris Marchbanks a6a55c433c Improve desired shards calculation (#5763)
The desired shards calculation now properly keeps track of the rate of
pending samples, and uses the previously unused integralAccumulator to
adjust for missing information in the desired shards calculation.

Also, configure more capacity for each shard.  The default 10 capacity
causes shards to block on each other while
sending remote requests. Default to a 500 sample capacity and explain in
the documentation that having more capacity will help throughput.

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
2019-08-13 10:10:21 +01:00
..
testdata Check if label value is valid when unmarhsaling external labels from 2019-03-18 20:31:12 +00:00
config.go Improve desired shards calculation (#5763) 2019-08-13 10:10:21 +01:00
config_default_test.go Renaming the config_notwin test to config_default 2017-07-10 11:08:16 -03:00
config_test.go Remove all usages of stretchr/testify 2019-08-08 19:49:27 -06:00
config_windows_test.go Fixing code style to adhere gofmt 2017-07-09 02:43:33 -03:00