View Source Peep.Buckets.Exponential (peep v3.5.0)
The default bucketing strategy in Peep, based on the logarithmic bucketing scheme in the DDSketch paper.
This bucketing scheme takes two parameters:
max_value
- a maximum expected value. Defaults to 1000000000.bucket_variability
- a percentage reflecting roughly half the amount by which bucket ranges should grow. Defaults to 0.1.