aspnetcore/samples/HealthChecksSample
Ryan Nowak 014e7eb963 Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
..
Properties
BasicStartup.cs
CustomWriterStartup.cs Use options for registering health checks (#479) 2018-09-19 14:48:34 -07:00
DBHealthStartup.cs Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
DbConnectionHealthCheck.cs Use options for registering health checks (#479) 2018-09-19 14:48:34 -07:00
DbContextHealthStartup.cs Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
GCInfoHealthCheck.cs Improved logging for health checks 2018-09-24 10:29:23 -07:00
HealthChecksSample.csproj Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
LivenessProbeStartup.cs Use options for registering health checks (#479) 2018-09-19 14:48:34 -07:00
ManagementPortStartup.cs
MyContext.cs Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
Program.cs Add EFCore DbContext check 2018-10-01 13:33:00 -07:00
SlowDependencyHealthCheck.cs Use options for registering health checks (#479) 2018-09-19 14:48:34 -07:00
SqlConnectionHealthCheck.cs Use options for registering health checks (#479) 2018-09-19 14:48:34 -07:00
appsettings.json