You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsProperties.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -126,10 +126,10 @@ public void setMaxUriTags(int maxUriTags) {
126
126
publicstaticclassServer {
127
127
128
128
/**
129
-
* Whether requests handled by Spring MVCor 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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/humio/HumioProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class HumioProperties extends StepRegistryProperties {
38
38
privateStringapiToken;
39
39
40
40
/**
41
-
* Connection timeout for requests to Humio.
41
+
* Connection timeout for requests to this backend.
0 commit comments