Modifier and Type | Class and Description |
---|---|
class |
MetricRegistry
A registry of metric instances.
|
class |
NoopMetricRegistry
A registry of metric instances which never creates or registers any metrics and returns no-op implementations of any metric type.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopMetricRegistry.registerAll(MetricSet metrics)
Given a metric set, registers them.
|
void |
MetricRegistry.registerAll(MetricSet metrics)
Given a metric set, registers them.
|
void |
NoopMetricRegistry.registerAll(String prefix,
MetricSet metrics)
Given a metric set, registers them with the given prefix prepended to their names.
|
void |
MetricRegistry.registerAll(String prefix,
MetricSet metrics)
Given a metric set, registers them with the given prefix prepended to their names.
|
Copyright © 2011. All rights reserved.