You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, fill the following sections to help us fix the issue
I am using the health check for .Net core api and I am using latest health check package.
I am facing issue with HealthCheckExecutionHistory history.
If i use the as per the sample
which will return healthy if my service is up and running.
and in case of service failure UI client will get request failure instead of unhealthy json response.
in this case UI client will not add history entry and only show Unhealthy status.
I want history to be maintained in case of whole service service.
Is there any thing I am missing?
The text was updated successfully, but these errors were encountered:
Please, fill the following sections to help us fix the issue
I am using the health check for .Net core api and I am using latest health check package.
I am facing issue with HealthCheckExecutionHistory history.
If i use the as per the sample
This service returns both Healthy and unhealthy status. and i can see the entry in exection histry and sma eon the UI.
But in My services I am using
which will return healthy if my service is up and running.
and in case of service failure UI client will get request failure instead of unhealthy json response.
in this case UI client will not add history entry and only show Unhealthy status.
I want history to be maintained in case of whole service service.
Is there any thing I am missing?
The text was updated successfully, but these errors were encountered: