-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(deployment): add healthcheck for backend #564
Conversation
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 15.35% 15.35%
=======================================
Files 112 112
Lines 7950 7950
Branches 187 187
=======================================
Hits 1221 1221
Misses 6653 6653
Partials 76 76 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Quality Gate failedFailed conditions |
I wanted to suggest adding a |
@YeagerAI-Bulat I agree, but having a Could you create an issue to track this request of having Prometheus metrics? |
🎉 This PR is included in version 0.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What
Adds a healthcheck for the backend service
Why
Testing done
Decisions made
tests
module to not introduce module dependenciesChecks
Reviewing tips
none
User facing release notes
The backend container now has a healthcheck! You can use this to depend on it in your applications building on top of GenLayer's simulator