Jordi Martínez Vicent
Results
1
comments of
Jordi Martínez Vicent
Just a couple of points: **Otel considerations**: Currently a BatchSpanProcessor at [OpenTelemetryAutoConfiguration](https://github.com/spring-projects/spring-boot/blob/500584f052eeddfaf53c179c79370fbb187de2f0/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/OpenTelemetryAutoConfiguration.java#L121) being used. It reports the span **asynchronously**. I think that it should not be desirable in tests as...