Histogram
A histogram metric that tracks the distribution of values over a set of buckets.
Parameters
fullName
The full name of the histogram.
help
A description of the histogram's purpose.
labelNames
The names of the labels for the histogram.
unit
The unit of measurement for the histogram.
includeCreatedSeries
Whether to include a _created time series.
buckets
The bucket boundaries for the histogram.
Types
Properties
Functions
Link copied to clipboard
Collects the current metric samples for this histogram.
Link copied to clipboard
Retrieves the current state of the histogram without labels.
Link copied to clipboard
Returns the simple class name of the Collector instance.
Link copied to clipboard
Retrieves or creates a Child associated with the given label values.
Link copied to clipboard
Creates a new child instance. Called internally when a new label set is first seen.
Link copied to clipboard
Registers this collector in the given CollectorRegistry.