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
Fields in io.prometheus.client declared as HistogramExemplarSampler Modifier and Type Field Description private HistogramExemplarSamplerHistogram.Builder. exemplarSamplerprivate HistogramExemplarSamplerHistogram.Child. exemplarSamplerprivate HistogramExemplarSamplerHistogram. exemplarSamplerMethods 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.Constructors in io.prometheus.client with parameters of type HistogramExemplarSampler Constructor Description Child(double[] buckets, java.lang.Boolean exemplarsEnabled, HistogramExemplarSampler exemplarSampler) -
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.Fields in io.prometheus.client.exemplars declared as HistogramExemplarSampler Modifier and Type Field Description private static HistogramExemplarSamplerExemplarConfig. histogramExemplarSamplerMethods 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.
-