false to use reservoirs that accumulate internal state forever, or
true to use a reservoir that resets its internal state on each snapshot
(which is how reporters get information from reservoirs).
See this article for when the latter is useful.
Creates a new histogram metric with a Reservoir from the HdrHistogram library.
Creates a new histogram metric with a Reservoir from the HdrHistogram library.
the name of the histogram
the scope of the histogram or null for no scope
Creates a new timer metric with a Reservoir from the HdrHistogram library.
Creates a new timer metric with a Reservoir from the HdrHistogram library.
the name of the timer
the scope of the timer or null for no scope
An alternative metric builder that creates Histograms and Timers with Reservoirs from the HdrHistogram library.
See the the manual for more instructions on using hdrhistogram.