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

Introduce new healthcheck/ endpoint for monitoring API health #345

Merged
merged 5 commits into from
Jun 20, 2023

Conversation

jimmie
Copy link
Member

@jimmie jimmie commented Jun 10, 2023

🗒️ Summary

Initial implementation of the healthcheck endpoint.

Attempted to follow the controller/model pattern as much as possible, inserting a new transmuter; SwaggerJavaHealthcheckTransmuter into the inheritance hierarchy of transmuters (just above the terminal SwaggerJavaTransmuter). Healthcheck logic is implemented in the model/HealthcheckLogic class.

Additional tickets will be created to define enhancements to make this endpoint more effective on tracking health in an operations context.

Refs #336

Copy link
Contributor

@alexdunnjpl alexdunnjpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting reconsideration of that HTTP418. LGTM otherwise.

@jordanpadams jordanpadams changed the title registry-api-336 - healthcheck Introduce new healthcheck/ endpoint for monitoring API health Jun 14, 2023
@jordanpadams jordanpadams merged commit 62c524b into main Jun 20, 2023
@jordanpadams jordanpadams deleted the registry-api-336 branch June 20, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants