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 HistogramExemplarSampler
Histogram.Builder. exemplarSampler
private HistogramExemplarSampler
Histogram.Child. exemplarSampler
private HistogramExemplarSampler
Histogram. exemplarSampler
Methods in io.prometheus.client with parameters of type HistogramExemplarSampler Modifier and Type Method Description Histogram.Builder
Histogram.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 interface
ExemplarSampler
For convenience, an interface for implementing both, theCounterExemplarSampler
and theHistogramExemplarSampler
.Classes in io.prometheus.client.exemplars that implement HistogramExemplarSampler Modifier and Type Class Description class
DefaultExemplarSampler
Default Exemplar sampler.Fields in io.prometheus.client.exemplars declared as HistogramExemplarSampler Modifier and Type Field Description private static HistogramExemplarSampler
ExemplarConfig. histogramExemplarSampler
Methods in io.prometheus.client.exemplars that return HistogramExemplarSampler Modifier and Type Method Description static HistogramExemplarSampler
ExemplarConfig. getHistogramExemplarSampler()
Methods in io.prometheus.client.exemplars with parameters of type HistogramExemplarSampler Modifier and Type Method Description static void
ExemplarConfig. setHistogramExemplarSampler(HistogramExemplarSampler histogramExemplarSampler)
Set the default exemplar sampler for Histograms.
-