Closed
Description
As of spring-projects/spring-framework#30632, Spring Framework allows to extend the ServerHttpObservationFilter
. Spring Boot could extend this class and contribute it if "micrometer-tracing" is on the classpath and a Tracer
bean is available.
The sample implementation is quite straightforward. We should then adapt the auto-configuration to only contribute this filter subclass if conditions are meant, otherwise keep contributing the current setup.