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