Added Classes |
StartReportingMetricsToCSVBuilder
|
Command that starts periodically appending the metrics of the
{@code com.codahale.metrics.MetricRegistry} of the
morphline context to a set of CSV files, configured via a
{@code com.codahale.metrics.CsvReporter.Builder}. |
StartReportingMetricsToJMXBuilder
|
Command that starts publishing the metrics of the
{@code com.codahale.metrics.MetricRegistry} of the morphline context
to JMX, configured via a {@code com.codahale.metrics.JmxReporter.Builder}. |
StartReportingMetricsToSLF4JBuilder
|
Command that starts periodically logging the metrics of the
{@code com.codahale.metrics.MetricRegistry} of the
morphline context to SLF4j, configured via a
{@code com.codahale.metrics.Slf4jReporter.Builder}. |