Module bucket_options

Source
Expand description

Defines additional types related to BucketOptions

Structs§

Explicit
Specifies a set of buckets with arbitrary widths.
Exponential
Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.
Linear
Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.

Enums§

Options
Exactly one of these three fields must be set.