public class CsvConfig extends ScheduledReporterConfigSupport<CsvConfig>
Constructor and Description |
---|
CsvConfig() |
Modifier and Type | Method and Description |
---|---|
CsvConfig |
enable(boolean enabled)
Set the state of the CSV publisher.
|
File |
getReportDirectory()
The directory to output CSV metrics reports to.
|
boolean |
isEnabled()
The state of the CSV publisher.
|
CsvConfig |
reportDirectory(File reportDirectory)
Configure the output directory for csv metrics reports.
|
getReporterInterval, reporterInterval
excludeFilter, getExcludeFilter, getIncludeFilter, includeFilter
public boolean isEnabled()
public CsvConfig enable(boolean enabled)
enabled
- True if metrics are published to CSV. False otherwisepublic File getReportDirectory()