Using Spring Boot Web & Spring Boot Actuator (2.0.0 M4) I want to monitor all http requests.
When I look at the metrics, static resources like an index.html file, images, css & js files aren't being tracked, nor is the root of the web app.
First observations are that the HandlerExecutionChains don't have the proper MetricsHandlerInterceptor set.
Here you can find a working gradle project: https://github.com/TYsewyn/canary-deployment-demo
Using Spring Boot Web & Spring Boot Actuator (2.0.0 M4) I want to monitor all http requests.
When I look at the metrics, static resources like an
index.htmlfile, images, css & js files aren't being tracked, nor is the root of the web app.First observations are that the
HandlerExecutionChains don't have the properMetricsHandlerInterceptorset.Here you can find a working gradle project: https://github.com/TYsewyn/canary-deployment-demo