public interface PerfStatsReporter
| Modifier and Type | Method and Description |
|---|---|
void |
report(Metadata metadata,
Collection<Metric> metrics)
Report performance stats.
|
void report(Metadata metadata, Collection<Metric> metrics)
Report performance stats.
metadata - metadata about this set of metrics.metrics - the metrics.