| Package | Description |
|---|---|
| ratpack.dropwizard.metrics |
Integration with Dropwizard Metrics Library.
|
| Modifier and Type | Method and Description |
|---|---|
JmxConfig |
JmxConfig.enable(boolean enabled)
Set the state of the JMX publisher.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<JmxConfig> |
DropwizardMetricsConfig.getJmx()
Get the settings for the JMX metrics publisher.
|
| Modifier and Type | Method and Description |
|---|---|
DropwizardMetricsConfig |
DropwizardMetricsConfig.jmx(Action<? super JmxConfig> configure)
Configure the JMX metrics publisher.
|