Namespace App.Metrics.ReservoirSampling.Uniform
Classes
DefaultAlgorithmRReservoir
A histogram with a uniform reservoir produces quantiles which are valid for the entirely of the histogram’s lifetime.
This sampling reservoir can be used when you are interested in long-term measurements, it does not offer a sence of recency.
All samples are equally likely to be evicted when the reservoir is at full capacity.
UniformSnapshot
Represents a statistical snapshot of a sample set when using Vitter's Algorithm R. This is the snapshot used a histogram with a DefaultAlgorithmRReservoir