Uses of Interface
io.prometheus.client.exemplars.CounterExemplarSampler
-
Packages that use CounterExemplarSampler Package Description io.prometheus.client io.prometheus.client.exemplars -
-
Uses of CounterExemplarSampler in io.prometheus.client
Methods in io.prometheus.client with parameters of type CounterExemplarSampler Modifier and Type Method Description Counter.BuilderCounter.Builder. withExemplarSampler(CounterExemplarSampler exemplarSampler)Enable exemplars and provide a customCounterExemplarSampler.Constructors in io.prometheus.client with parameters of type CounterExemplarSampler Constructor Description Child(Boolean exemplarsEnabled, CounterExemplarSampler exemplarSampler) -
Uses of CounterExemplarSampler in io.prometheus.client.exemplars
Subinterfaces of CounterExemplarSampler in io.prometheus.client.exemplars Modifier and Type Interface Description interfaceExemplarSamplerFor convenience, an interface for implementing both, theCounterExemplarSamplerand theHistogramExemplarSampler.Classes in io.prometheus.client.exemplars that implement CounterExemplarSampler Modifier and Type Class Description classDefaultExemplarSamplerDefault Exemplar sampler.Methods in io.prometheus.client.exemplars that return CounterExemplarSampler Modifier and Type Method Description static CounterExemplarSamplerExemplarConfig. getCounterExemplarSampler()Methods in io.prometheus.client.exemplars with parameters of type CounterExemplarSampler Modifier and Type Method Description static voidExemplarConfig. setCounterExemplarSampler(CounterExemplarSampler counterExemplarSampler)Set the default exemplar sampler for Counters.
-