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 CounterExemplarSampler
Counter.Builder. exemplarSampler
private CounterExemplarSampler
Counter.Child. exemplarSampler
private CounterExemplarSampler
Counter. exemplarSampler
Methods in io.prometheus.client with parameters of type CounterExemplarSampler Modifier and Type Method Description Counter.Builder
Counter.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 interface
ExemplarSampler
For convenience, an interface for implementing both, theCounterExemplarSampler
and theHistogramExemplarSampler
.Classes in io.prometheus.client.exemplars that implement CounterExemplarSampler Modifier and Type Class Description class
DefaultExemplarSampler
Default Exemplar sampler.Fields in io.prometheus.client.exemplars declared as CounterExemplarSampler Modifier and Type Field Description private static CounterExemplarSampler
ExemplarConfig. counterExemplarSampler
Methods in io.prometheus.client.exemplars that return CounterExemplarSampler Modifier and Type Method Description static CounterExemplarSampler
ExemplarConfig. getCounterExemplarSampler()
Methods in io.prometheus.client.exemplars with parameters of type CounterExemplarSampler Modifier and Type Method Description static void
ExemplarConfig. setCounterExemplarSampler(CounterExemplarSampler counterExemplarSampler)
Set the default exemplar sampler for Counters.
-