Package | Description |
---|---|
ratpack.dropwizard.metrics |
Integration with Dropwizard Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
ByteBufAllocatorConfig |
ByteBufAllocatorConfig.detail(boolean detailed)
Set the state of detailed metric collectrion for the
ByteBufAllocator metric collector. |
ByteBufAllocatorConfig |
ByteBufAllocatorConfig.enable(boolean enabled)
Set the state of the
ByteBufAllocator metric collector. |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ByteBufAllocatorConfig> |
DropwizardMetricsConfig.getByteBufAllocator()
Get the settings for the byte buf allocator metric set.
|
Modifier and Type | Method and Description |
---|---|
DropwizardMetricsConfig |
DropwizardMetricsConfig.byteBufAllocator(Action<? super ByteBufAllocatorConfig> configure)
Configure the byte buf allocator metric set.
|