Uses of Interface
io.prometheus.client.exemplars.CounterExemplarSampler
Packages that use CounterExemplarSampler
-
Uses of CounterExemplarSampler in io.prometheus.client
Fields in io.prometheus.client declared as CounterExemplarSamplerModifier and TypeFieldDescriptionprivate CounterExemplarSamplerCounter.Builder.exemplarSamplerprivate final CounterExemplarSamplerCounter.Child.exemplarSamplerprivate final CounterExemplarSamplerCounter.exemplarSamplerMethods in io.prometheus.client with parameters of type CounterExemplarSamplerModifier and TypeMethodDescriptionCounter.Builder.withExemplarSampler(CounterExemplarSampler exemplarSampler) Enable exemplars and provide a customCounterExemplarSampler.Constructors in io.prometheus.client with parameters of type CounterExemplarSamplerModifierConstructorDescriptionChild(Boolean exemplarsEnabled, CounterExemplarSampler exemplarSampler) -
Uses of CounterExemplarSampler in io.prometheus.client.exemplars
Subinterfaces of CounterExemplarSampler in io.prometheus.client.exemplarsModifier and TypeInterfaceDescriptioninterfaceFor convenience, an interface for implementing both, theCounterExemplarSamplerand theHistogramExemplarSampler.Classes in io.prometheus.client.exemplars that implement CounterExemplarSamplerFields in io.prometheus.client.exemplars declared as CounterExemplarSamplerModifier and TypeFieldDescriptionprivate static CounterExemplarSamplerExemplarConfig.counterExemplarSamplerMethods in io.prometheus.client.exemplars that return CounterExemplarSamplerModifier and TypeMethodDescriptionstatic CounterExemplarSamplerExemplarConfig.getCounterExemplarSampler()Methods in io.prometheus.client.exemplars with parameters of type CounterExemplarSamplerModifier and TypeMethodDescriptionstatic voidExemplarConfig.setCounterExemplarSampler(CounterExemplarSampler counterExemplarSampler) Set the default exemplar sampler for Counters.