aspnetcore/samples/HealthChecksSample
Ryan Nowak 64124e9c85 Add filtering to Health Checks middleware
This allows each middleware to be configured with a specific set of
checks (by name). See the comments in the sample for how this is
frequently used.

This is also addresses aspnet/Home#2575 - or at least the part that we
plan to do. We think that any sort of built-in system of metadata or
tags is vast overkill, and doesn't really align with the primary usage
of health checks.

We're providing building blocks, and these can be put together to
build more complicated things like what's described in aspnet/Home#2575.
2018-08-01 19:07:58 -07:00
..
BasicStartup.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
CustomWriterStartup.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
DetailedStatusStartup.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
GCInfoHealthCheck.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
HealthChecksSample.csproj Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
LivenessProbeStartup.cs Add filtering to Health Checks middleware 2018-08-01 19:07:58 -07:00
Program.cs Add filtering to Health Checks middleware 2018-08-01 19:07:58 -07:00
SlowDependencyHealthCheck.cs Add filtering to Health Checks middleware 2018-08-01 19:07:58 -07:00