public abstract class GaugeInstrumentAndReturn<T> extends InstrumentAndReturn<Gauge,T>
| Constructor and Description |
|---|
GaugeInstrumentAndReturn(MetricConfigurationProvider provider,
MetricProperty... properties) |
GaugeInstrumentAndReturn(Metrics.MetricBuilder<Gauge> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
T |
with(Gauge gauge) |
abstract T |
withGauge() |
getArgumentspublic GaugeInstrumentAndReturn(MetricConfigurationProvider provider, MetricProperty... properties)
public GaugeInstrumentAndReturn(Metrics.MetricBuilder<Gauge> builder, String domain, MetricProperty... properties)
Copyright © 2018. All rights reserved.