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