Interface PerfStatsReporter

All Known Implementing Classes:
SimplePerfStatsReporter

public interface PerfStatsReporter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(Metadata metadata, Collection<Metric> metrics)
    Report performance stats.
  • Method Details

    • report

      void report(Metadata metadata, Collection<Metric> metrics)
      Report performance stats.
      Parameters:
      metadata - metadata about this set of metrics.
      metrics - the metrics.