Uses of Class
io.opentelemetry.sdk.metrics.internal.exemplar.FixedSizeExemplarReservoir
Packages that use FixedSizeExemplarReservoir
Package
Description
Metric exemplar extension points.
-
Uses of FixedSizeExemplarReservoir in io.opentelemetry.sdk.metrics.internal.exemplar
Subclasses of FixedSizeExemplarReservoir in io.opentelemetry.sdk.metrics.internal.exemplarModifier and TypeClassDescription(package private) class
A reservoir that records the latest measurement for each histogram bucket.(package private) class
RandomFixedSizeExemplarReservoir<T extends ExemplarData>
AFixedSizeExemplarReservoir
which uses an un-unweighted/naive algorithm for sampler where the probability of sampling decrease as the number of observations continue.