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
Here is a New Relic screenshot of response time for one of my endpoints:
The issue is with the WebMvcMetricsFilter.doFilter() component. It starts out as almost zero when app is deployed and then gradually increases. In my app, it has gone upto ~200ms.
Is it because I have enabled actuator in my application?
It is present in the response time chart for all my endpoints and has roughly the same value (irrespective of the throughput or actual response time of the endpoint).