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 108 forks source link

Add filtering by port #459

Closed rynowak closed 6 years ago

rynowak commented 6 years ago

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.