Class MetaTableMetrics

java.lang.Object
org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
All Implemented Interfaces:
Coprocessor, RegionCoprocessor

@Private public class MetaTableMetrics extends Object implements RegionCoprocessor
A coprocessor that collects metrics from meta table.

These metrics will be available through the regular Hadoop metrics2 sinks (ganglia, opentsdb, etc) as well as JMX output.

See Also: