Files
spring-boot/spring-boot-project
Brian Clozel 3fa8fe85af Deprecate RouterFunctionMetrics
Spring Boot now deploys both annotation-based and functional endpoints
under the same `HttpHandler`; this means the currently auto-configured
`MetricsWebFilter` is instrumenting all endpoints to produce metrics.

There is no need for a WebFlux functional specific support.
This commit removes mentions of `RouterFunctionMetrics` in the docs and
deprecates that class.

Closes gh-12833
2018-04-12 12:08:44 +02:00
..
2018-04-10 11:46:16 +02:00
2018-04-09 14:50:03 -07:00
2018-04-10 11:46:16 +02:00
2018-04-05 09:31:17 +01:00