Skip to content

Commit fd0e881

Browse files
committed
Polish
1 parent 5f2517f commit fd0e881

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ public void setMaxUriTags(int maxUriTags) {
126126
public static class Server {
127127

128128
/**
129-
* Whether requests handled by Spring MVC or WebFlux should be automatically
130-
* timed. If the number of time series emitted grows too large on account of
131-
* request mapping timings, disable this and use 'Timed' on a per request
132-
* mapping basis as needed.
129+
* Whether requests handled by Spring MVC, WebFlux or Jersey should be
130+
* automatically timed. If the number of time series emitted grows too large
131+
* on account of request mapping timings, disable this and use 'Timed' on a
132+
* per request mapping basis as needed.
133133
*/
134134
private boolean autoTimeRequests = true;
135135

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/humio/HumioProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class HumioProperties extends StepRegistryProperties {
3838
private String apiToken;
3939

4040
/**
41-
* Connection timeout for requests to Humio.
41+
* Connection timeout for requests to this backend.
4242
*/
4343
private Duration connectTimeout = Duration.ofSeconds(5);
4444

0 commit comments

Comments
 (0)