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

Degraded health state #1011

Open
Tratcher opened this issue May 19, 2021 · 0 comments
Open

Degraded health state #1011

Tratcher opened this issue May 19, 2021 · 0 comments
Labels
Type: Idea This issue is a high-level idea for discussion.
Milestone

Comments

@Tratcher
Copy link
Member

Currently a destination's health may be marked as Unknown, Unhealthy, or Healthy.

ASP.NET Core also supports a Degraded state:
https://github.com/dotnet/aspnetcore/blob/a31f34e8a1618210dc47675d667180765203cdfb/src/HealthChecks/Abstractions/src/HealthStatus.cs#L30

This might be useful when filtering and prioritizing destinations for traffic. E.g. a degraded destination may be sporadically returning errors, but that's still better than an unhealthy endpoint that's unreachable.

@Tratcher Tratcher added the Type: Idea This issue is a high-level idea for discussion. label May 19, 2021
@samsp-msft samsp-msft added this to the Backlog milestone Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Idea This issue is a high-level idea for discussion.
Projects
None yet
Development

No branches or pull requests

2 participants