Skip to content

franzASilva/HealthChecks

Repository files navigation

Health Checks

Objective: ASP.NET Core pattern for healthcheck

  • .NET 8;
  • Controllers API;
  • health checks: Sql Server, remote access, in memory database, ...

image

Use Swagger to help test

image

Swagger: Access and use enpoint to generate a list of dummies, this will save it in the memory db

image

Back to health check the in memory db will be healthy

image

Comment the check to the local database

image

Application (statusApplication) will be healthy

image

About

ASP.NET Core pattern for healthcheck

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages