class Prometheus::Client::Histogram

A histogram samples observations (usually things like request durations or response sizes) and counts them in configurable buckets. It also provides a total count and sum of all observed values.