Uses of Interface
io.prometheus.client.exemplars.HistogramExemplarSampler
Packages that use HistogramExemplarSampler
-
Uses of HistogramExemplarSampler in io.prometheus.client
Methods in io.prometheus.client with parameters of type HistogramExemplarSamplerModifier and TypeMethodDescriptionHistogram.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.exemplarsModifier and TypeInterfaceDescriptioninterfaceFor convenience, an interface for implementing both, theCounterExemplarSamplerand theHistogramExemplarSampler.Classes in io.prometheus.client.exemplars that implement HistogramExemplarSamplerMethods in io.prometheus.client.exemplars that return HistogramExemplarSamplerModifier and TypeMethodDescriptionstatic HistogramExemplarSamplerExemplarConfig.getHistogramExemplarSampler()Methods in io.prometheus.client.exemplars with parameters of type HistogramExemplarSamplerModifier and TypeMethodDescriptionstatic voidExemplarConfig.setHistogramExemplarSampler(HistogramExemplarSampler histogramExemplarSampler) Set the default exemplar sampler for Histograms.