Handle missing exceptions in WebMvcMetricsFilter
Prior to this commit, exceptions nested in `NestedServletExceptions` would not be recorded by the `WebMvcMetricsFilter`. This commit ensures that exceptions happening downstream (e.g. happening while writing the response body itself) are properly recorded. See https://github.com/micrometer-metrics/micrometer/issues/1190 See gh-16014pull/16246/head
parent
50d0b4df46
commit
a6ccdbe19f
Loading…
Reference in New Issue