Uses of Class
io.prometheus.client.SimpleCollector.Builder
-
Packages that use SimpleCollector.Builder Package Description io.prometheus.client -
-
Uses of SimpleCollector.Builder in io.prometheus.client
Classes in io.prometheus.client with type parameters of type SimpleCollector.Builder Modifier and Type Class Description static class
SimpleCollector.Builder<B extends SimpleCollector.Builder<B,C>,C extends SimpleCollector>
Builders let you configure and then create collectors.Subclasses of SimpleCollector.Builder in io.prometheus.client Modifier and Type Class Description static class
Counter.Builder
static class
Enumeration.Builder
static class
Gauge.Builder
static class
Histogram.Builder
static class
Info.Builder
static class
Summary.Builder
Constructors in io.prometheus.client with parameters of type SimpleCollector.Builder Constructor Description SimpleCollector(SimpleCollector.Builder b)
-