Describing buckets with exponentially growing width.
Attributes
Name
Description
num_finite_buckets
int
The number of finite buckets. With the underflow and
overflow buckets, the total number of buckets is
num_finite_buckets + 2. See comments on
bucket_options for details.
growth_factor
float
The i'th exponential bucket covers the interval [scale \*
growth_factor^(i-1), scale \* growth_factor^i) where i
ranges from 1 to num_finite_buckets inclusive. Must be
larger than 1.0.
scale
float
The i'th exponential bucket covers the interval [scale \*
growth_factor^(i-1), scale \* growth_factor^i) where i
ranges from 1 to num_finite_buckets inclusive. Must be > 0.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]