Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase the remote write bucket range (prometheus#7323)
* increase the remote write bucket range Increase the range of remote write buckets to capture times above 10s for laggy scenarios Buckets had been: {.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10} Buckets are now: {0.03125, 0.0625, 0.125, 0.25, 0.5, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512} Signed-off-by: Bert Hartmann <[email protected]> * revert back to DefBuckets with addons to be backwards compatible Signed-off-by: Bert Hartmann <[email protected]> * shuffle the buckets to maintain 2-2.5x increases Signed-off-by: Bert Hartmann <[email protected]>
- Loading branch information