See: Description
| Interface | Description |
|---|---|
| WebMvcTagsContributor |
A contributor of
Tags for Spring MVC-based request handling. |
| WebMvcTagsProvider |
Provides
Tags for Spring MVC-based request handling. |
| Class | Description |
|---|---|
| DefaultWebMvcTagsProvider |
Default implementation of
WebMvcTagsProvider. |
| LongTaskTimingHandlerInterceptor |
A
HandlerInterceptor that supports Micrometer's long task timers configured on
a handler using @Timed with longTask set to
true. |
| WebMvcMetricsFilter |
Intercepts incoming HTTP requests handled by Spring MVC handlers and records metrics
about execution time and results.
|
| WebMvcTags |
Factory methods for
Tags associated with a request-response exchange that
is handled by Spring MVC. |