Uses of Class
io.prometheus.client.Info.Builder
-
Packages that use Info.Builder Package Description io.prometheus.client -
-
Uses of Info.Builder in io.prometheus.client
Methods in io.prometheus.client that return Info.Builder Modifier and Type Method Description static Info.Builder
Info. build()
Return a Builder to allow configuration of a new Info.static Info.Builder
Info. build(java.lang.String name, java.lang.String help)
Return a Builder to allow configuration of a new Info.Constructors in io.prometheus.client with parameters of type Info.Builder Constructor Description Info(Info.Builder b)
-