Uses of Class
ratpack.dropwizard.metrics.HttpClientConfig
-
Packages that use HttpClientConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of HttpClientConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return HttpClientConfig Modifier and Type Method 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.Methods in ratpack.dropwizard.metrics that return types with arguments of type HttpClientConfig Modifier and Type Method Description Optional<HttpClientConfig>
DropwizardMetricsConfig. getHttpClient()
Get the settings for the http client metric set.Method parameters in ratpack.dropwizard.metrics with type arguments of type HttpClientConfig Modifier and Type Method Description DropwizardMetricsConfig
DropwizardMetricsConfig. httpClient(Action<? super HttpClientConfig> configure)
Configure the http client metric set.
-