| Interface | Description |
|---|---|
| BaseSource |
BaseSource for dynamic metrics to announce to Metrics2.
|
| JvmPauseMonitorSource |
Interface for sources that will export JvmPauseMonitor metrics
|
| MBeanSource |
Object that will register an mbean with the underlying metrics implementation.
|
| Class | Description |
|---|---|
| BaseSourceImpl |
Hadoop 2 implementation of BaseSource (using metrics2 framework).
|
| MBeanSourceImpl |
Hadoop2 metrics2 implementation of an object that registers MBeans.
|
| TestBaseSourceImpl |
Test of default BaseSource for hadoop 2
|