Package io.avaje.metrics.statsd
Interface StatsdReporter.Reporter
- Enclosing interface:
StatsdReporter
public static interface StatsdReporter.Reporter
Custom reporters that can be included.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreport(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.
-