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