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
Since spring-projects/spring-framework#28880, Spring Framework now instruments directly Spring MVC with the HttpRequestsObservationFilter, removing the need for a custom WebMvcMetricsFilter.
With this issue, we should update the auto-configuration to only rely on the new ObservationRegistry and configure the instrumentation available on Spring MVC. We need to provide a smooth upgrade experience: deprecate the tags providers and adapt them to the new infrastructure until it's completely removed.
The text was updated successfully, but these errors were encountered:
Since spring-projects/spring-framework#28880, Spring Framework now instruments directly Spring MVC with the
HttpRequestsObservationFilter
, removing the need for a customWebMvcMetricsFilter
.With this issue, we should update the auto-configuration to only rely on the new
ObservationRegistry
and configure the instrumentation available on Spring MVC. We need to provide a smooth upgrade experience: deprecate the tags providers and adapt them to the new infrastructure until it's completely removed.The text was updated successfully, but these errors were encountered: