Uses of Class
io.prometheus.client.Counter.Builder
-
-
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.
-