Package | Description |
---|---|
ratpack.dropwizard.metrics |
Integration with Dropwizard Metrics Library.
|
Modifier and Type | Method and Description |
---|---|
HttpClientConfig |
HttpClientConfig.enable(boolean enabled)
Set the state of HttpClient metrics.
|
HttpClientConfig |
HttpClientConfig.pollingFrequencyInSeconds(int seconds)
The frequency in seconds of which the HttpClient metrics will be refreshed.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<HttpClientConfig> |
DropwizardMetricsConfig.getHttpClient()
Get the settings for the http client metric set.
|
Modifier and Type | Method and Description |
---|---|
DropwizardMetricsConfig |
DropwizardMetricsConfig.httpClient(Action<? super HttpClientConfig> configure)
Configure the http client metric set.
|