# Constants
Default values for ExponentialBuckets fields.
Default values for ExponentialBuckets fields.
Default values for ExponentialBuckets fields.
# Variables
No description provided by the author
# Structs
Dist defines a Distribution data type.
No description provided by the author
No description provided by the author
ExponentialBucket defines a set of num_buckets+2 buckets: bucket[0] covers (−Inf, 0) bucket[1] covers [0, scale_factor) bucket[2] covers [scale_factor, scale_factor*base) ..