Asi Bross
Asi Bross
UI load time can take a long time when many applications are being managed. In my case I have over 300 applications with ~2000 instances. When I browse to a...
The introduction of [`ObservabilityContextCustomizerFactory`](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/actuate/observability/ObservabilityContextCustomizerFactory.java) and `@AutoConfigureObservability` is breaking smoke/integration tests that were relying on certain beans to exists. Basically any auto-configuration that uses `@ConditionalOnEnabledTracing` when creating beans will be missed...