public static interface MetricsCaptor.CounterBuilder
| Modifier and Type | Method and Description |
|---|---|
CounterFacade |
build()
Build the counter.
|
MetricsCaptor.CounterBuilder |
description(String desc)
Add the description.
|
MetricsCaptor.CounterBuilder |
tag(String key,
String value)
Add a tag.
|
MetricsCaptor.CounterBuilder tag(String key, String value)
key - the key.value - the value.MetricsCaptor.CounterBuilder description(String desc)
desc - the description.CounterFacade build()