Package org.springframework.boot.actuate.metrics.web.servlet
package org.springframework.boot.actuate.metrics.web.servlet
Actuator support for Spring MVC metrics.
-
ClassDescriptionDefault implementation of
WebMvcTagsProvider
.AHandlerInterceptor
that supports Micrometer's long task timers configured on a handler using@Timed
withlongTask
set totrue
.Intercepts incoming HTTP requests handled by Spring MVC handlers and records metrics about execution time and results.Factory methods forTags
associated with a request-response exchange that is handled by Spring MVC.A contributor ofTags
for Spring MVC-based request handling.ProvidesTags
for Spring MVC-based request handling.