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