aspnetcore/samples/HealthChecksSample
Ryan Nowak ebafbcdae3 Add filtering by port
This adds UseHealthChecks overloads that configure the health checks
middleware to listen on a preconfigured port.

This is sugar for MapWhen, but it's important because a significant set
of users will want to use Health Checks in this way.
2018-08-03 14:37:27 -07:00
..
Properties Add filtering by port 2018-08-03 14:37:27 -07:00
BasicStartup.cs
CustomWriterStartup.cs
GCInfoHealthCheck.cs
HealthChecksSample.csproj
LivenessProbeStartup.cs
ManagementPortStartup.cs Add filtering by port 2018-08-03 14:37:27 -07:00
Program.cs Add filtering by port 2018-08-03 14:37:27 -07:00
SlowDependencyHealthCheck.cs