Package | Description |
---|---|
org.apache.hadoop.hbase.metrics |
Metrics API for HBase.
|
org.apache.hadoop.metrics2.lib |
Modifier and Type | Field and Description |
---|---|
protected DynamicMetricsRegistry |
BaseSourceImpl.metricsRegistry
Deprecated.
Use hbase-metrics/hbase-metrics-api module interfaces for new metrics.
Defining BaseSources for new metric groups (WAL, RPC, etc) is not needed anymore, however,
for existing BaseSource implemetnations, please use the field named "registry" which is a
MetricRegistry instance together with the HBaseMetrics2HadoopMetricsAdapter.
|
Modifier and Type | Method and Description |
---|---|
DynamicMetricsRegistry |
BaseSourceImpl.getMetricsRegistry() |
Modifier and Type | Method and Description |
---|---|
DynamicMetricsRegistry |
DynamicMetricsRegistry.setContext(String name)
Set the metrics context tag
|
DynamicMetricsRegistry |
DynamicMetricsRegistry.tag(org.apache.hadoop.metrics2.MetricsInfo info,
String value) |
DynamicMetricsRegistry |
DynamicMetricsRegistry.tag(org.apache.hadoop.metrics2.MetricsInfo info,
String value,
boolean override)
Add a tag to the metrics
|
DynamicMetricsRegistry |
DynamicMetricsRegistry.tag(String name,
String description,
String value)
Add a tag to the metrics
|
DynamicMetricsRegistry |
DynamicMetricsRegistry.tag(String name,
String description,
String value,
boolean override)
Add a tag to the metrics
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.