Package org.apache.storm.metricstore
Class NimbusMetricProcessor
java.lang.Object
org.apache.storm.metricstore.NimbusMetricProcessor
- All Implemented Interfaces:
 WorkerMetricsProcessor
Implementation of WorkerMetricsProcessor that sends metric data to Nimbus for processing.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidPrepares the metric processor.voidprocessWorkerMetrics(Map<String, Object> conf, WorkerMetrics metrics) Process insertion of worker metrics. 
- 
Constructor Details
- 
NimbusMetricProcessor
public NimbusMetricProcessor() 
 - 
 - 
Method Details
- 
processWorkerMetrics
public void processWorkerMetrics(Map<String, Object> conf, WorkerMetrics metrics) throws MetricExceptionDescription copied from interface:WorkerMetricsProcessorProcess insertion of worker metrics. The implementation should be thread-safe.- Specified by:
 processWorkerMetricsin interfaceWorkerMetricsProcessor- Parameters:
 conf- the supervisor configmetrics- the metrics to process- Throws:
 MetricException- on error
 - 
prepare
Description copied from interface:WorkerMetricsProcessorPrepares the metric processor.- Specified by:
 preparein interfaceWorkerMetricsProcessor- Parameters:
 config- Storm config map- Throws:
 MetricException- on error
 
 -