| Class | Description |
|---|---|
| MetricsHandlerInterceptor |
Intercepts incoming HTTP requests and records metrics about execution time and results.
|
| MetricsRestTemplateInterceptor |
Intercepts RestTemplate requests and records metrics about execution time and results.
|
| MetricsWebFilter |
Intercepts incoming HTTP requests modeled with the Webflux annotation-based programming model.
|
| RestTemplateTagConfigurer |
Defines the default set of tags added to instrumented web requests.
|
| RestTemplateUrlTemplateHolder |
Holding area for the still-templated URI because currently the
ClientHttpRequestInterceptor only gives us the means to retrieve the substituted URI.
|
| RouterFunctionMetrics | |
| WebfluxTagConfigurer | |
| WebmvcTagConfigurer |
Supplies default tags to meters monitoring the Web MVC server (servlet) programming model.
|