Summary
A Summary is a metric that provides statistical information about observed values, including quantiles.
This implementation supports quantiles, sum, count, and allows for time-based observation tracking.
Parameters
The full name of the summary metric.
A description of what the summary measures.
Optional list of label names for the summary.
Optional unit of measurement for the summary.
If true, also emits a _created series per label set.
A list of Quantiles.Quantile to include in the summary.
The maximum age of observations in seconds. Defaults to 60.
The number of buckets to divide the observation window into. Defaults to 5.
Types
Properties
Functions
Collects the current set of metric samples.
Returns the simple class name of the Collector instance.
Retrieves or creates a Child associated with the given label values.
Creates a new child instance. Called internally when a new label set is first seen.
Registers this collector in the given CollectorRegistry.