package
0.11.3
Repository: https://github.com/google/cloudprober.git
Documentation: pkg.go.dev

# Constants

Default values for ExponentialBuckets fields.
Default values for ExponentialBuckets fields.
Default values for ExponentialBuckets fields.

# Variables

# 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) ..