aspnetcore/samples/HealthChecksSample
Ryan Nowak 2c792ce116 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:56:13 -07:00
..
Properties Add filtering by port 2018-08-03 14:56:13 -07:00
BasicStartup.cs
CustomWriterStartup.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
GCInfoHealthCheck.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
HealthChecksSample.csproj Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
LivenessProbeStartup.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
ManagementPortStartup.cs Add filtering by port 2018-08-03 14:56:13 -07:00
Program.cs Add filtering by port 2018-08-03 14:56:13 -07:00
SlowDependencyHealthCheck.cs Add filtering to Health Checks middleware 2018-08-01 19:07:58 -07:00