Polish
This commit is contained in:
@@ -126,10 +126,10 @@ public class MetricsProperties {
|
|||||||
public static class Server {
|
public static class Server {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether requests handled by Spring MVC or WebFlux should be automatically
|
* Whether requests handled by Spring MVC, WebFlux or Jersey should be
|
||||||
* timed. If the number of time series emitted grows too large on account of
|
* automatically timed. If the number of time series emitted grows too large
|
||||||
* request mapping timings, disable this and use 'Timed' on a per request
|
* on account of request mapping timings, disable this and use 'Timed' on a
|
||||||
* mapping basis as needed.
|
* per request mapping basis as needed.
|
||||||
*/
|
*/
|
||||||
private boolean autoTimeRequests = true;
|
private boolean autoTimeRequests = true;
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ public class HumioProperties extends StepRegistryProperties {
|
|||||||
private String apiToken;
|
private String apiToken;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Connection timeout for requests to Humio.
|
* Connection timeout for requests to this backend.
|
||||||
*/
|
*/
|
||||||
private Duration connectTimeout = Duration.ofSeconds(5);
|
private Duration connectTimeout = Duration.ofSeconds(5);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user