Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to child paths for /actuator/gateway endpoint #3128

Closed
csterwa opened this issue Nov 9, 2023 · 0 comments · Fixed by #3163
Closed

Add links to child paths for /actuator/gateway endpoint #3128

csterwa opened this issue Nov 9, 2023 · 0 comments · Fixed by #3163
Milestone

Comments

@csterwa
Copy link

csterwa commented Nov 9, 2023

Problem

When there are child paths for actuator endpoints it is useful to have a list of those endpoints on the parent or at least make them accessible. Currently, the /actuator/gateway endpoint does not have output providing an overview of what is available on the child actuator endpoints. Adding a / controller endpoint for the actuator here could resolve this for users.

Proposed Solution

Add output to the /actuator/gateway endpoints with links to the child actuator endpoints:

  • /actuator/gateway/refresh
  • /actuator/gateway/routes
  • /actuator/gateway/routes/{id}
  • /actuator/gateway/routes/{id}/combinedfilters
  • /actuator/gateway/routefilters
  • /actuator/gateway/routepredicates

Current Situation

Currently, this is only found via the docs and is not navigable using the /actuator/gateway actuator endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants