Modifier and Type | Class and Description |
---|---|
static class |
Counter.Builder |
static class |
Gauge.Builder |
static class |
Summary.Builder |
Modifier and Type | Method and Description |
---|---|
SimpleCollector.Builder<T> |
SimpleCollector.Builder.help(String help)
Set the help string of the metric.
|
SimpleCollector.Builder<T> |
SimpleCollector.Builder.labelNames(String... labelNames)
Set the labelNames of the metric.
|
SimpleCollector.Builder<T> |
SimpleCollector.Builder.name(String name)
Set the name of the metric.
|
SimpleCollector.Builder<T> |
SimpleCollector.Builder.namespace(String namespace)
Set the namespace of the metric.
|
SimpleCollector.Builder<T> |
SimpleCollector.Builder.subsystem(String subsystem)
Set the subsystem of the metric.
|
Constructor and Description |
---|
SimpleCollector(SimpleCollector.Builder b) |
Copyright © 2014. All Rights Reserved.