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/observation/TracingObservationHandlerGrouping.java
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,10 @@
30
30
* {@link ObservationHandlerGrouping} used by {@link ObservationAutoConfiguration} if
31
31
* micrometer-tracing is on the classpath.
32
32
*
33
-
* Groups all {@link MeterObservationHandler} into a
34
-
* {@link FirstMatchingCompositeObservationHandler}, and all
35
-
* {@link TracingObservationHandler} into a
36
-
* {@link FirstMatchingCompositeObservationHandler}. All other handlers are added to the
37
-
* {@link ObservationConfig} directly.
33
+
* Groups all {@link TracingObservationHandler} into a
34
+
* {@link FirstMatchingCompositeObservationHandler}, and {@link MeterObservationHandler}
35
+
* into a {@link FirstMatchingCompositeObservationHandler}. All other handlers are added
36
+
* to the {@link ObservationConfig} directly.
38
37
*
39
38
* @author Moritz Halbritter
40
39
*/
@@ -45,22 +44,22 @@ public void apply(Collection<ObservationHandler<?>> handlers, ObservationConfig
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/observation/ObservationAutoConfigurationTests.java
0 commit comments