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

WildflyJARHealthCheckEnricher : Add /health/started as startup probe if enabled #1474

Closed
2 tasks done
rohanKanojia opened this issue Apr 25, 2022 · 1 comment · Fixed by #1492
Closed
2 tasks done
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rohanKanojia
Copy link
Member

rohanKanojia commented Apr 25, 2022

Description

Blocked by #1322

Wildfly Microprofile Health Subsystem configuration defines three HTTP endpoints:

  • /health/live to test the liveness of the application server

  • /health/ready to test the readiness of the application server.

  • /health/started to test the startup of the application server.

WildflyJARHealthCheckEnricher seems to be adding /health/live and /health/ready for liveness and readiness probes. We need to add support for startup probe in that as well.

  • Add /health/started as startup probe in WildflyJARHealthCheckEnricher
  • UpdateWildflyJARHealthCheckEnricher documentation about new probe
@manusa manusa added the enhancement New feature or request label Apr 26, 2022
@manusa manusa modified the milestones: 1.8.0, 1.x Apr 26, 2022
@anurag-rajawat
Copy link
Contributor

@rohanKanojia may I work on this one?

anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue May 9, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue May 17, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue May 17, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue May 18, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue May 30, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jun 9, 2022
…eckEnricher (eclipse-jkube#1474)

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jun 10, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jun 10, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jul 12, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jul 19, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Singh Rajawat <anuragsinghrajawat22@gmail.com>
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jul 22, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Jul 27, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
@manusa manusa modified the milestones: 1.x, 1.9.0 Aug 3, 2022
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Aug 9, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Aug 10, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Aug 12, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
anurag-rajawat added a commit to anurag-rajawat/jkube that referenced this issue Aug 24, 2022
…eckEnricher (eclipse-jkube#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
manusa pushed a commit that referenced this issue Aug 25, 2022
…eckEnricher (#1474)

Wildfly supports startup endpoint since '25.0.0.Final'. Add a check to only add
startup probes in projects using Wildfly 25.0.x and later

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants