Uses of Class
io.prometheus.client.Gauge.Builder
-
Packages that use Gauge.Builder Package Description io.prometheus.client -
-
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(java.lang.String name, java.lang.String help)Return a Builder to allow configuration of a new Gauge.Constructors in io.prometheus.client with parameters of type Gauge.Builder Constructor Description Gauge(Gauge.Builder b)
-