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 HistogramExemplarSamplerHistogram.Builder.exemplarSamplerprivate final HistogramExemplarSamplerHistogram.Child.exemplarSamplerprivate final HistogramExemplarSamplerHistogram.exemplarSamplerMethods 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 HistogramExemplarSamplerModifierConstructorDescriptionprivateChild(double[] buckets, Boolean exemplarsEnabled, HistogramExemplarSampler exemplarSampler) -
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 HistogramExemplarSamplerFields in io.prometheus.client.exemplars declared as HistogramExemplarSamplerModifier and TypeFieldDescriptionprivate static HistogramExemplarSamplerExemplarConfig.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.