docs(server-webflux): updating gateway actuator documentation as per …#4163
Conversation
…issue raised
Fixes spring-cloudgh-3246
Signed-off-by: Himanshu Jain <03hjain@gmail.com>
Signed-off-by: Himanshu Jain <03hjain@gmail.com>
813c9d3 to
d6d93f6
Compare
|
There are a lot of changed here that make it hard to pick out which ones are related to the issue this is trying to solve. Can you comment on the specific changes that address the issue so we know where to focus our attention. In addition some changes seem unnecessary (like spaces) can you remove those? |
|
Hi @ryanjbaxter, thanks for the review..Here's where the key changes are:
NOTE: I am cleaning up and fixing the commit to avoid any other changes which is not listed above. Will be pushing now. Thanks |
| When `spring.cloud.gateway.actuator.verbose.enabled=false`, the response uses an internal non-verbose format where predicates and filters are shown as raw Java class strings instead of human-readable descriptions. | ||
| Verbose mode is enabled by default and is the recommended setting. | ||
| ==== | ||
| NOTE: When `spring.cloud.gateway.actuator.verbose.enabled=false`, predicates and filters are shown as raw Java class strings instead of human-readable descriptions. |
There was a problem hiding this comment.
The right property is spring.cloud.gateway.server.webflux.actuator.verbose.enabled
There was a problem hiding this comment.
Oh. Looks like I referred wrong page link https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway-server-webflux/actuator-api.html , Let me double check and fix.
…issue raised Fixes spring-cloudgh-3246 Signed-off-by: Himanshu Jain <03hjain@gmail.com>
5cb8a65 to
f6a5a6d
Compare
…issue raised
Fixes gh-3246
Link : #3246