Interface StatsdReporter.Reporter

Enclosing interface:
StatsdReporter

public static interface StatsdReporter.Reporter
Custom reporters that can be included.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(com.timgroup.statsd.StatsDClient statsdClient)
    Report the metrics to the client.
  • Method Details

    • report

      void report(com.timgroup.statsd.StatsDClient statsdClient)
      Report the metrics to the client.