public abstract class HistogramInstrument extends Instrument<Histogram>
| Constructor and Description |
|---|
HistogramInstrument(MetricConfigurationProvider provider,
MetricProperty... properties) |
HistogramInstrument(Metrics.MetricBuilder<Histogram> builder,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
with(Histogram histogram) |
abstract void |
withHistogram(AtomicLong valueRef) |
getArgumentspublic HistogramInstrument(MetricConfigurationProvider provider, MetricProperty... properties)
public HistogramInstrument(Metrics.MetricBuilder<Histogram> builder, String domain, MetricProperty... properties)
public abstract void withHistogram(AtomicLong valueRef) throws Exception
ExceptionCopyright © 2017. All rights reserved.