Class WebMvcMetricsFilter

All Implemented Interfaces:
Filter, Aware, BeanNameAware, DisposableBean, InitializingBean, EnvironmentAware, EnvironmentCapable, ServletContextAware

public class WebMvcMetricsFilter extends OncePerRequestFilter
Intercepts incoming HTTP requests handled by Spring MVC handlers and records metrics about execution time and results.
Since:
2.0.0
Author:
Jon Schneider, Phillip Webb, Chanhyeong LEE