Package | Description |
---|---|
ratpack.dropwizard.metrics |
Integration with Dropwizard Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
CsvConfig |
CsvConfig.enable(boolean enabled)
Set the state of the CSV publisher.
|
CsvConfig |
CsvConfig.reportDirectory(File reportDirectory)
Configure the output directory for csv metrics reports.
|
Modifier and Type | Method and Description |
---|---|
Optional<CsvConfig> |
DropwizardMetricsConfig.getCsv()
Get the settings for the csv metrics publisher.
|
Modifier and Type | Method and Description |
---|---|
DropwizardMetricsConfig |
DropwizardMetricsConfig.csv(Action<? super CsvConfig> configure)
Configure the csv metrics publisher.
|