Uses of Class
org.forgerock.monitoring.api.instrument.Counter.Builder
-
Packages that use Counter.Builder Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeter -
-
Uses of Counter.Builder in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return Counter.Builder Modifier and Type Method Description Counter.Builder
Counter.Builder. baseUnit(String unit)
Associate a BaseUnit with the Counterstatic 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 CounterCounter.Builder
Counter.Builder. hierarchicalName(String hierarchicalName)
Counter.Builder
Counter.Builder. tag(String key, String value)
Add String-value pair of tags to a CounterCounter.Builder
Counter.Builder. tags(Iterable<Tag> tags)
Add tags to a Counter in Iterable formCounter.Builder
Counter.Builder. tags(String... tags)
Add tags to a Counter as an ellipsis of Tag
-