| Constructor and Description |
|---|
ScheduledReporterManager(com.codahale.metrics.ScheduledReporter reporter,
io.dropwizard.util.Duration period)
Manages the given
reporter by reporting with the given period. |
public ScheduledReporterManager(com.codahale.metrics.ScheduledReporter reporter,
io.dropwizard.util.Duration period)
reporter by reporting with the given period.reporter - the reporter to manage.period - the frequency to report metrics at.public void start()
throws Exception
ScheduledReporter.Copyright © 2014. All rights reserved.