OpenTelemetry.Metrics.ExemplarReservoir abstract class ExemplarReservoir Documentation Code public bool ResetOnCollect { get; } Gets a value indicating whether or not the ExemplarReservoir should reset its state when performing collection. public abstract ReadOnlyExemplarCollection Collect() Collects all the exemplars accumulated by the Reservoir. public abstract void Offer(ExemplarMeasurement measurement) public abstract void Offer(ExemplarMeasurement measurement)