• Brian Clozel's avatar
    Deprecate RouterFunctionMetrics · 3fa8fe85
    Brian Clozel authored
    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
    3fa8fe85
Name
Last commit
Last update
..
asciidoc Loading commit data...
docbook Loading commit data...
groovy Loading commit data...
java/org/springframework/boot/docs Loading commit data...
javadoc Loading commit data...
xslt Loading commit data...