Class HistogramBucket (2.4.2)

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

A bucket of a histogram. .. attribute:: min_

The minimum value of the bucket, inclusive.

:type: float

Attributes

NameDescription
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.