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
We should add a FoundationDBHealthCheck class that implements IHealthCheck.
This class could either be redistributed via its own assembly/package, OR could be part of the already existing FoundationDB.Client.DependencyInjection assembly ?
The text was updated successfully, but these errors were encountered:
Looking at https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-7.0#distribute-a-health-check-library it is possible to write a health check for ASP.NET Core that comes as a library.
We should add a
FoundationDBHealthCheck
class that implementsIHealthCheck
.This class could either be redistributed via its own assembly/package, OR could be part of the already existing
FoundationDB.Client.DependencyInjection
assembly ?The text was updated successfully, but these errors were encountered: