Package | Description |
---|---|
ratpack.dropwizard.metrics |
Integration with Dropwizard Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
ConsoleConfig |
ConsoleConfig.enable(boolean enabled)
Set the state of the Console publisher.
|
Modifier and Type | Method and Description |
---|---|
Optional<ConsoleConfig> |
DropwizardMetricsConfig.getConsole()
Get the settings for the console metrics publisher.
|
Modifier and Type | Method and Description |
---|---|
DropwizardMetricsConfig |
DropwizardMetricsConfig.console(Action<? super ConsoleConfig> configure)
Configure the console metrics publisher.
|