Package io.prometheus.client
Class Counter.Builder
java.lang.Object
io.prometheus.client.SimpleCollector.Builder<Counter.Builder,Counter>
io.prometheus.client.Counter.Builder
- Enclosing class:
Counter
-
Field Summary
Fields inherited from class io.prometheus.client.SimpleCollector.Builder
dontInitializeNoLabelsChild, fullname, help, labelNames, name, namespace, subsystem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.prometheus.client.SimpleCollector.Builder
help, labelNames, name, namespace, register, register, subsystem
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
Description copied from class:SimpleCollector.Builder
Return the constructed collector.Abstract due to generics limitations.
- Specified by:
create
in classSimpleCollector.Builder<Counter.Builder,
Counter>
-