Uses of Class
io.prometheus.client.Summary.Builder
Packages that use Summary.Builder
-
Uses of Summary.Builder in io.prometheus.client
Methods in io.prometheus.client that return Summary.BuilderModifier and TypeMethodDescriptionSummary.Builder.ageBuckets
(int ageBuckets) The class JavaDoc forSummary
has more information onageBuckets(int)
static Summary.Builder
Summary.build()
Return a Builder to allow configuration of a new Summary.static Summary.Builder
Return a Builder to allow configuration of a new Summary.Summary.Builder.maxAgeSeconds
(long maxAgeSeconds) The class JavaDoc forSummary
has more information onmaxAgeSeconds(long)
Summary.Builder.quantile
(double quantile, double error) The class JavaDoc forSummary
has more information onquantile(double, double)
.Constructors in io.prometheus.client with parameters of type Summary.Builder