Uses of Class
io.prometheus.client.Counter.Builder
-
Packages that use Counter.Builder Package Description io.prometheus.client -
-
Uses of Counter.Builder in io.prometheus.client
Methods in io.prometheus.client that return Counter.Builder Modifier and Type Method Description static Counter.BuilderCounter. build()Return a Builder to allow configuration of a new Counter.static Counter.BuilderCounter. build(String name, String help)Return a Builder to allow configuration of a new Counter.Counter.BuilderCounter.Builder. withExemplars()Allow this counter to load exemplars from aCounterExemplarSampler.Counter.BuilderCounter.Builder. withExemplarSampler(CounterExemplarSampler exemplarSampler)Enable exemplars and provide a customCounterExemplarSampler.Counter.BuilderCounter.Builder. withoutExemplars()Prevent this counter from loading exemplars from aCounterExemplarSampler.
-