Skip to content

Demo code used in my session 'Setting up Health Checks for an ASP.NET Core application and its Dependencies'.

Notifications You must be signed in to change notification settings

ClydeDz/healthcheck-demo-dotnetconf20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Health check demo

Adding health checks in a .NET Core application for .NET Conf 2020.

  • We’ll look at setting up basic health checks for our ASP.NET Core application using the Microsoft.AspNetCore.Diagnostics.HealthChecks package.
  • Next, we’ll update our health check to include a database resource that this application depends on.
  • After that, we’ll look at filtering health checks on resources using MapWhen and Predicate and when you might require to use them.

Clyde D'Souza

Website | LinkedIn | Twitter | Instagram | GitHub | YouTube | Medium |

About

Demo code used in my session 'Setting up Health Checks for an ASP.NET Core application and its Dependencies'.

Topics

Resources

Stars

Watchers

Forks