abstract DerivedDoubleCumulative |
MetricRegistry.addDerivedDoubleCumulative(java.lang.String name,
MetricOptions options) |
Builds a new derived double cumulative to be added to the registry.
|
DerivedDoubleCumulative |
MetricRegistry.NoopMetricRegistry.addDerivedDoubleCumulative(java.lang.String name,
MetricOptions options) |
|
abstract DerivedDoubleGauge |
MetricRegistry.addDerivedDoubleGauge(java.lang.String name,
MetricOptions options) |
Builds a new derived double gauge to be added to the registry.
|
DerivedDoubleGauge |
MetricRegistry.NoopMetricRegistry.addDerivedDoubleGauge(java.lang.String name,
MetricOptions options) |
|
abstract DerivedLongCumulative |
MetricRegistry.addDerivedLongCumulative(java.lang.String name,
MetricOptions options) |
Builds a new derived long cumulative to be added to the registry.
|
DerivedLongCumulative |
MetricRegistry.NoopMetricRegistry.addDerivedLongCumulative(java.lang.String name,
MetricOptions options) |
|
abstract DerivedLongGauge |
MetricRegistry.addDerivedLongGauge(java.lang.String name,
MetricOptions options) |
Builds a new derived long gauge to be added to the registry.
|
DerivedLongGauge |
MetricRegistry.NoopMetricRegistry.addDerivedLongGauge(java.lang.String name,
MetricOptions options) |
|
abstract DoubleCumulative |
MetricRegistry.addDoubleCumulative(java.lang.String name,
MetricOptions options) |
Builds a new double cumulative to be added to the registry.
|
DoubleCumulative |
MetricRegistry.NoopMetricRegistry.addDoubleCumulative(java.lang.String name,
MetricOptions options) |
|
abstract DoubleGauge |
MetricRegistry.addDoubleGauge(java.lang.String name,
MetricOptions options) |
Builds a new double gauge to be added to the registry.
|
DoubleGauge |
MetricRegistry.NoopMetricRegistry.addDoubleGauge(java.lang.String name,
MetricOptions options) |
|
abstract LongCumulative |
MetricRegistry.addLongCumulative(java.lang.String name,
MetricOptions options) |
Builds a new long cumulative to be added to the registry.
|
LongCumulative |
MetricRegistry.NoopMetricRegistry.addLongCumulative(java.lang.String name,
MetricOptions options) |
|
abstract LongGauge |
MetricRegistry.addLongGauge(java.lang.String name,
MetricOptions options) |
Builds a new long gauge to be added to the registry.
|
LongGauge |
MetricRegistry.NoopMetricRegistry.addLongGauge(java.lang.String name,
MetricOptions options) |
|