Class GraphiteStormReporter
java.lang.Object
org.apache.storm.metrics2.reporters.ScheduledStormReporter
org.apache.storm.metrics2.reporters.GraphiteStormReporter
- All Implemented Interfaces:
 com.codahale.metrics.Reporter,Closeable,AutoCloseable,StormReporter
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.storm.metrics2.reporters.ScheduledStormReporter
reporter, reportingPeriod, reportingPeriodUnitFields inherited from interface org.apache.storm.metrics2.reporters.StormReporter
REPORT_DIMENSIONS_ENABLED, REPORT_PERIOD, REPORT_PERIOD_UNITS - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.storm.metrics2.reporters.ScheduledStormReporter
getMetricsFilter, getReportPeriod, getReportPeriodUnit, isReportDimensionsEnabled, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.metrics2.reporters.StormReporter
prepare 
- 
Field Details
- 
GRAPHITE_PREFIXED_WITH
- See Also:
 
 - 
GRAPHITE_HOST
- See Also:
 
 - 
GRAPHITE_PORT
- See Also:
 
 - 
GRAPHITE_TRANSPORT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GraphiteStormReporter
public GraphiteStormReporter() 
 - 
 - 
Method Details
- 
prepare
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classScheduledStormReporter- Throws:
 IOException
 
 -