aspnet / Diagnostics

[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
213 stars 111 forks source link

Add IHealthCheckPublisher for push-based checks #498

Closed rynowak closed 5 years ago

rynowak commented 5 years ago

IHealthCheckPublisher allows you to configure and run health checks regularly inside an application, and push the notifications elsewhere.

All publishers are part of a single queue with a configurable period and timeout.

rynowak commented 5 years ago

/cc @davidfowl @pranavkm @Tratcher

rynowak commented 5 years ago

@Tratcher Updated