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