Class GraphiteReporter

java.lang.Object
org.apache.flink.dropwizard.ScheduledDropwizardReporter
org.apache.flink.metrics.graphite.GraphiteReporter
All Implemented Interfaces:
com.codahale.metrics.Reporter, org.apache.flink.metrics.CharacterFilter, org.apache.flink.metrics.reporter.MetricReporter, org.apache.flink.metrics.reporter.Scheduled

@PublicEvolving public class GraphiteReporter extends org.apache.flink.dropwizard.ScheduledDropwizardReporter
This class acts as a factory for the GraphiteReporter and allows using it as a Flink reporter.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.codahale.metrics.ScheduledReporter
    getReporter(org.apache.flink.metrics.MetricConfig config)
     

    Methods inherited from class org.apache.flink.dropwizard.ScheduledDropwizardReporter

    close, filterCharacters, notifyOfAddedMetric, notifyOfRemovedMetric, open, report

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GraphiteReporter

      public GraphiteReporter()
  • Method Details

    • getReporter

      public com.codahale.metrics.ScheduledReporter getReporter(org.apache.flink.metrics.MetricConfig config)
      Specified by:
      getReporter in class org.apache.flink.dropwizard.ScheduledDropwizardReporter