Uses of Interface
io.prometheus.client.exemplars.HistogramExemplarSampler
-
Packages that use HistogramExemplarSampler Package Description io.prometheus.client io.prometheus.client.exemplars -
-
Uses of HistogramExemplarSampler in io.prometheus.client
Methods in io.prometheus.client with parameters of type HistogramExemplarSampler Modifier and Type Method Description Histogram.BuilderHistogram.Builder. withExemplarSampler(HistogramExemplarSampler exemplarSampler)Enable exemplars and provide a customHistogramExemplarSampler. -
Uses of HistogramExemplarSampler in io.prometheus.client.exemplars
Subinterfaces of HistogramExemplarSampler in io.prometheus.client.exemplars Modifier and Type Interface Description interfaceExemplarSamplerFor convenience, an interface for implementing both, theCounterExemplarSamplerand theHistogramExemplarSampler.Classes in io.prometheus.client.exemplars that implement HistogramExemplarSampler Modifier and Type Class Description classDefaultExemplarSamplerDefault Exemplar sampler.Methods in io.prometheus.client.exemplars that return HistogramExemplarSampler Modifier and Type Method Description static HistogramExemplarSamplerExemplarConfig. getHistogramExemplarSampler()Methods in io.prometheus.client.exemplars with parameters of type HistogramExemplarSampler Modifier and Type Method Description static voidExemplarConfig. setHistogramExemplarSampler(HistogramExemplarSampler histogramExemplarSampler)Set the default exemplar sampler for Histograms.
-