Class HistogramBucket (2.11.0)

HistogramBucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A bucket of a histogram.

Attributes

NameDescription
min_ float
The minimum value of the bucket, inclusive.
max_ float
The maximum value of the bucket, exclusive unless max = "Infinity", in which case it's inclusive.
count int
The number of data values that are in the bucket, i.e. are between min and max values.