Class GraphiteReporter
- java.lang.Object
-
- org.apache.flink.dropwizard.ScheduledDropwizardReporter
-
- org.apache.flink.metrics.graphite.GraphiteReporter
-
- All Implemented Interfaces:
com.codahale.metrics.Reporter
,CharacterFilter
,MetricReporter
,Scheduled
@PublicEvolving public class GraphiteReporter extends ScheduledDropwizardReporter
This class acts as a factory for theGraphiteReporter
and allows using it as a Flink reporter.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARG_PROTOCOL
-
Fields inherited from class org.apache.flink.dropwizard.ScheduledDropwizardReporter
ARG_CONVERSION_DURATION, ARG_CONVERSION_RATE, ARG_HOST, ARG_PORT, ARG_PREFIX, log, registry, reporter
-
Fields inherited from interface org.apache.flink.metrics.CharacterFilter
NO_OP_FILTER
-
-
Constructor Summary
Constructors Constructor Description GraphiteReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codahale.metrics.ScheduledReporter
getReporter(MetricConfig config)
-
Methods inherited from class org.apache.flink.dropwizard.ScheduledDropwizardReporter
close, filterCharacters, notifyOfAddedMetric, notifyOfRemovedMetric, open, report
-
-
-
-
Field Detail
-
ARG_PROTOCOL
public static final String ARG_PROTOCOL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReporter
public com.codahale.metrics.ScheduledReporter getReporter(MetricConfig config)
- Specified by:
getReporter
in classScheduledDropwizardReporter
-
-