Uses of Class
io.prometheus.client.Summary.Builder
-
-
Uses of Summary.Builder in io.prometheus.client
Methods in io.prometheus.client that return Summary.Builder Modifier and Type Method Description Summary.BuilderSummary.Builder. ageBuckets(int ageBuckets)static Summary.BuilderSummary. build()Return a Builder to allow configuration of a new Summary.static Summary.BuilderSummary. build(String name, String help)Return a Builder to allow configuration of a new Summary.Summary.BuilderSummary.Builder. maxAgeSeconds(long maxAgeSeconds)Summary.BuilderSummary.Builder. quantile(double quantile, double error)
-