Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

HealthChecks.UI.Core add new spring boot status #2371

Open
hastala-vista opened this issue Jan 29, 2025 · 0 comments
Open

HealthChecks.UI.Core add new spring boot status #2371

hastala-vista opened this issue Jan 29, 2025 · 0 comments

Comments

@hastala-vista
Copy link

Spring Boot applications return these values ( UP,DOWN or Unknown) as their health status.
Could you add this for their health checks?

like:

public enum UIHealthStatus
{
Unhealthy = 0,
Degraded = 1,
Healthy = 2,
Up = Healthy,
Down = Unhealthy,
Unknown = Degraded
}

@hastala-vista hastala-vista changed the title Spring boot applications health status HealthChecks.UI.Core add new spring boot status Jan 29, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant