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 health endpoint #48

Closed
2 tasks
daniel-mader opened this issue May 8, 2024 · 2 comments · Fixed by #152
Closed
2 tasks

Add health endpoint #48

daniel-mader opened this issue May 8, 2024 · 2 comments · Fixed by #152
Assignees
Labels

Comments

@daniel-mader
Copy link
Contributor

Description

Allow basic monitoring of a running UniCore instance by exposing a /health endpoint (possibly under the base path /v1).
It should return a 200 OK response with the following body:

{
  "status": "UP"
}

Motivation

Better cloud support, increased monitoring

Requirements

  • add endpoint /v1/health
  • do not return 200 OK if service is unhealthy

Open Questions

No response

Are you planning to contribute this in a PR?

Yes

@daniel-mader daniel-mader added the Request Request a feature label May 8, 2024
@daniel-mader daniel-mader self-assigned this May 8, 2024
@daniel-mader daniel-mader linked a pull request May 8, 2024 that will close this issue
6 tasks
@M-Adam-Hus
Copy link

Add health endpoint

Copy link

🎉 This issue has been resolved in version 1.0.0-beta.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants