public abstract class MeterInstrument extends Instrument<Meter>
| Constructor and Description |
|---|
MeterInstrument(MetricConfigurationProvider provider,
MetricProperty... properties) |
MeterInstrument(Metrics.MetricBuilder<Meter> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
with(Meter meter) |
abstract void |
withMeter() |
getArgumentspublic MeterInstrument(MetricConfigurationProvider provider, MetricProperty... properties)
public MeterInstrument(Metrics.MetricBuilder<Meter> builder, String domain, MetricProperty... properties)
Copyright © 2016. All rights reserved.