Table of Contents

Metric Reporters

  • Output Stream Reporter: allows printing metrics to any OutputStream, including STDOUT and files.
  • Kafka Reporter: emits metrics to Kafka topic as Json messages.
  • Kafka Avro Reporter: emits metrics to Kafka topic as Avro messages with schema MetricReport.
  • Graphite Reporter: emits metrics to Graphite. This reporter has a different, deprecated construction API included in its javadoc.
  • Influx DB Reporter: emits metrics to Influx DB. This reporter has a different, deprecated construction API included in its javadoc.
  • Hadoop Counter Reporter: emits metrics as Hadoop counters at the end of the execution. Available for old and new Hadoop API. This reporter has a different, deprecated construction API included in its javadoc. Due to limits on the number of Hadoop counters that can be created, this reporter is not recommended except for applications with very few metrics.

Event Reporters