Package | Description |
---|---|
com.google.cloud.bigtable.metrics |
Modifier and Type | Class and Description |
---|---|
class |
DropwizardMetricRegistry
A
MetricRegistry that wraps a Dropwizard Metrics MetricRegistry . |
Modifier and Type | Field and Description |
---|---|
static MetricRegistry |
MetricRegistry.NULL_METRICS_REGISTRY
An implementation of
MetricRegistry that doesn't actually track metrics, but doesn't
throw a NullPointerException. |
Modifier and Type | Method and Description |
---|---|
static MetricRegistry |
BigtableClientMetrics.getMetricRegistry(BigtableClientMetrics.MetricLevel level) |
Modifier and Type | Method and Description |
---|---|
static void |
BigtableClientMetrics.setMetricRegistry(MetricRegistry registry)
Sets a
MetricRegistry to be used in all Bigtable connection created after the call. |