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 CounterExemplarSampler
Counter.Builder.exemplarSampler
private final CounterExemplarSampler
Counter.Child.exemplarSampler
private final CounterExemplarSampler
Counter.exemplarSampler
Methods 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 TypeInterfaceDescriptioninterface
For convenience, an interface for implementing both, theCounterExemplarSampler
and theHistogramExemplarSampler
.Classes in io.prometheus.client.exemplars that implement CounterExemplarSamplerFields in io.prometheus.client.exemplars declared as CounterExemplarSamplerModifier and TypeFieldDescriptionprivate static CounterExemplarSampler
ExemplarConfig.counterExemplarSampler
Methods in io.prometheus.client.exemplars that return CounterExemplarSamplerModifier and TypeMethodDescriptionstatic CounterExemplarSampler
ExemplarConfig.getCounterExemplarSampler()
Methods in io.prometheus.client.exemplars with parameters of type CounterExemplarSamplerModifier and TypeMethodDescriptionstatic void
ExemplarConfig.setCounterExemplarSampler
(CounterExemplarSampler counterExemplarSampler) Set the default exemplar sampler for Counters.