Uses of Class
io.prometheus.client.Histogram.Builder
-
-
Uses of Histogram.Builder in io.prometheus.client
Methods in io.prometheus.client that return Histogram.Builder Modifier and Type Method Description Histogram.BuilderHistogram.Builder. buckets(double... buckets)Set the upper bounds of buckets for the histogram.static Histogram.BuilderHistogram. build()Return a Builder to allow configuration of a new Histogram.static Histogram.BuilderHistogram. build(String name, String help)Return a Builder to allow configuration of a new Histogram.Histogram.BuilderHistogram.Builder. exponentialBuckets(double start, double factor, int count)Set the upper bounds of buckets for the histogram with an exponential sequence.Histogram.BuilderHistogram.Builder. linearBuckets(double start, double width, int count)Set the upper bounds of buckets for the histogram with a linear sequence.
-