-
Notifications
You must be signed in to change notification settings - Fork 519
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
Enricher for MicroProfile Health implementations #443
Comments
Internal reference: [protean-dev] Philosophy around healthchecks |
|
I think we have health check implementations for the following Microprofile implementations:
In Microprofile Starter, I also see some other Microprofile runtimes for old versions of Microprofile (
Do we need to consider these runtimes as well? If yes, I'd create issues for these. Or can we ignore it since they're using an old version of Microprofile? |
Considering we haven't released 1.9.0 yet, we might want to refactor + redocument what was done in #1541 (#1473). As suggested in #1473 (comment), #1473 looks like a duplicate of this issue, however, it's coupled to OpenLiberty, when it probably shouldn't. In addition, there are more artifacts that provide a MicroProfile health implementation.
Part of the scope of this issue is analyzing other implementations and see how we should add support for them. |
…ipse-jkube#443) Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
…ipse-jkube#443) + Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
+ Add SmallRyeHealthCheckEnricher to add readiness, liveness and startup probes if `io.smallrye:smallrye-health` is present in project dependencies. + Moved common logic between SmallRyeHealthCheckEnricher and OpenLibertyHealthCheckEnricher to `jkube-kit-microprofile` module Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Description
Provide HealthCheck enricher for MicroProfile Health implementations:
See also:
The text was updated successfully, but these errors were encountered: