Merge pull request #811 from JWThewes/master

Fixed typo
This commit is contained in:
Ryan Baxter
2019-01-31 16:27:14 -05:00
committed by GitHub

View File

@@ -1112,7 +1112,7 @@ These metrics are then available to be scraped from ``/actuator/metrics/gateway.
NOTE: To enable the pometheus endpoint add micrometer-registry-prometheus as a project dependency.
=== Making An Exchange As Routed
=== Marking An Exchange As Routed
After the Gateway has routed a `ServerWebExchange` it will mark that exchange as "routed" by adding `gatewayAlreadyRouted`
to the exchange attributes. Once a request has been marked as routed, other routing filters will not route the request again,