| Class | Description |
|---|---|
| ControllerMetrics | |
| MetricsHandlerInterceptor |
Intercepts incoming HTTP requests and records metrics about execution time and results.
|
| MetricsRestTemplateConfiguration | |
| MetricsRestTemplateInterceptor |
Intercepts RestTemplate requests and records metrics about execution time and results.
|
| MetricsServletRequestConfiguration |
Configures instrumentation of Spring Web MVC servlet-based request mappings.
|
| RestTemplateTagConfigurer |
Defines the default set of tags added to instrumented web requests.
|
| RestTemplateUrlTemplateCapturingAspect |
Captures the still-templated URI because currently the ClientHttpRequestInterceptor
currently only gives us the means to retrieve the substituted URI.
|
| RestTemplateUrlTemplateHolder |
Holding area for the still-templated URI because currently the
ClientHttpRequestInterceptor only gives us the means to retrieve the substituted URI.
|
| WebServletTagConfigurer |
Supplies default tags to meters monitoring the Web MVC server (servlet) programming model.
|