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
Fields in io.prometheus.client declared as CounterExemplarSampler Modifier and Type Field Description private CounterExemplarSamplerCounter.Builder. exemplarSamplerprivate CounterExemplarSamplerCounter.Child. exemplarSamplerprivate CounterExemplarSamplerCounter. exemplarSamplerMethods 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(java.lang.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.Fields in io.prometheus.client.exemplars declared as CounterExemplarSampler Modifier and Type Field Description private static CounterExemplarSamplerExemplarConfig. counterExemplarSamplerMethods 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.
-