See: https://github.com/spring-projects/spring-boot/issues/34801
Comment From: mhalbritter
I flagged this for team-meeting, as we need to discuss the following:
- What's up with the WebClient tests? Is this a bug in the test or in the WebClient?
- Should we test this in a different way?
Comment From: cmergenthaler
Will that be part of the next 3.2.x release?
Comment From: mhalbritter
I doubt it. There are technical subtleties we need to solve before this lands in a Spring Boot release. But hey, never say never.
Comment From: mhalbritter
We're not happy with all the string concatenation and matching going on here. A better way to solve this would be to cancel the observation when an actuator endpoint has been hit. AFAIK there's no way to do that right now, so I've opened https://github.com/micrometer-metrics/micrometer/issues/4061 to discuss this possibility with the Micrometer team. Let's see what they think about that idea.
Comment From: maradanasai
Hi @mhalbritter any update on this?
Comment From: mhalbritter
Hello @maradanasai, no updates.