Uses of Class
io.prometheus.client.Gauge.Builder
-
-
Uses of Gauge.Builder in io.prometheus.client
Methods in io.prometheus.client that return Gauge.Builder Modifier and Type Method Description static Gauge.BuilderGauge. build()Return a Builder to allow configuration of a new Gauge.static Gauge.BuilderGauge. build(String name, String help)Return a Builder to allow configuration of a new Gauge.
-