Package | Description |
---|---|
org.forgerock.monitoring.api.instrument |
Common Monitoring API Core based on MicroMeter
|
Modifier and Type | Method and Description |
---|---|
Counter.Builder |
Counter.Builder.baseUnit(String unit)
Associate a BaseUnit with the Counter
|
static Counter.Builder |
Counter.builder(String name)
Return the Builder object for this Counter.
|
Counter.Builder |
Counter.Builder.description(String description)
Associate a description with the Counter
|
Counter.Builder |
Counter.Builder.hierarchicalName(String hierarchicalName) |
Counter.Builder |
Counter.Builder.tag(String key,
String value)
Add String-value pair of tags to a Counter
|
Counter.Builder |
Counter.Builder.tags(Iterable<Tag> tags)
Add tags to a Counter in Iterable form
|
Counter.Builder |
Counter.Builder.tags(String... tags)
Add tags to a Counter as an ellipsis of Tag
|
Copyright 2010-2018 ForgeRock AS.