com.google.cloud.bigtable.metrics
Interface MetricRegistry
-
- All Known Implementing Classes:
- DropwizardMetricRegistry
public interface MetricRegistry
A registry of metric instances.
-
-
Field Summary
Fields Modifier and Type Field and Description static MetricRegistry
NULL_METRICS_REGISTRY
An implementation ofMetricRegistry
that doesn't actually track metrics, but doesn't throw a NullPointerException.
-
-
-
Field Detail
-
NULL_METRICS_REGISTRY
static final MetricRegistry NULL_METRICS_REGISTRY
An implementation ofMetricRegistry
that doesn't actually track metrics, but doesn't throw a NullPointerException.
-
-