This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
HealthCheckWrapper
should have an optional param to define failureStatus
#10
Labels
enhancement
New feature or request
Notice how it's impossible to set a
failureStatus
:RimDev.AspNet.Diagnostics.HealthChecks/src/RimDev.AspNet.Diagnostics.HealthChecks/RimDevAspNetHealthCheckService.cs
Line 65 in 672a4f8
What business problem is this hoping to solve?
I'm trying to lower the severity of some health checks (e.g., from an
UriHealthCheck
, notice how it takes the failure status from the Registration: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/50594f0643515e83f9bf6ce864f9594bf980b865/src/HealthChecks.Uris/UriHealthCheck.cs#L32)The text was updated successfully, but these errors were encountered: