T - self typepublic abstract class ScheduledReporterConfigSupport<T extends ReporterConfigSupport<T>> extends ReporterConfigSupport<T>
| Constructor and Description |
|---|
ScheduledReporterConfigSupport() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getReporterInterval()
The interval between metrics reports.
|
T |
reporterInterval(Duration reporterInterval)
Configure the interval between metrics reports.
|
excludeFilter, getExcludeFilter, getIncludeFilter, includeFilterpublic Duration getReporterInterval()