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
HttpRequestMethodNotSupportedException prevents timing in WebMvcMetricsFilter and a simple fix seems to be just ignoring HttpRequestMethodNotSupportedException in filterAndRecordMetrics() and using nullhandler but I'm opening an issue in case there's a better approach for it. If ignoring HttpRequestMethodNotSupportedException is a right approach, I can create a PR for it.