Uses of Interface
io.prometheus.client.exemplars.HistogramExemplarSampler
Packages that use HistogramExemplarSampler
-
Uses of HistogramExemplarSampler in io.prometheus.client
Fields in io.prometheus.client declared as HistogramExemplarSamplerModifier and TypeFieldDescriptionprivate HistogramExemplarSampler
Histogram.Builder.exemplarSampler
private final HistogramExemplarSampler
Histogram.Child.exemplarSampler
private final HistogramExemplarSampler
Histogram.exemplarSampler
Methods in io.prometheus.client with parameters of type HistogramExemplarSamplerModifier and TypeMethodDescriptionHistogram.Builder.withExemplarSampler
(HistogramExemplarSampler exemplarSampler) Enable exemplars and provide a customHistogramExemplarSampler
.Constructors in io.prometheus.client with parameters of type HistogramExemplarSamplerModifierConstructorDescriptionprivate
Child
(double[] buckets, Boolean exemplarsEnabled, HistogramExemplarSampler exemplarSampler) -
Uses of HistogramExemplarSampler in io.prometheus.client.exemplars
Subinterfaces of HistogramExemplarSampler in io.prometheus.client.exemplarsModifier and TypeInterfaceDescriptioninterface
For convenience, an interface for implementing both, theCounterExemplarSampler
and theHistogramExemplarSampler
.Classes in io.prometheus.client.exemplars that implement HistogramExemplarSamplerFields in io.prometheus.client.exemplars declared as HistogramExemplarSamplerModifier and TypeFieldDescriptionprivate static HistogramExemplarSampler
ExemplarConfig.histogramExemplarSampler
Methods in io.prometheus.client.exemplars that return HistogramExemplarSamplerModifier and TypeMethodDescriptionstatic HistogramExemplarSampler
ExemplarConfig.getHistogramExemplarSampler()
Methods in io.prometheus.client.exemplars with parameters of type HistogramExemplarSamplerModifier and TypeMethodDescriptionstatic void
ExemplarConfig.setHistogramExemplarSampler
(HistogramExemplarSampler histogramExemplarSampler) Set the default exemplar sampler for Histograms.