aspnetcore/src/Microsoft.Extensions.Diagno...
Ryan Nowak 47f427d5ac Updating Health Checks for 2.2
A bunch of small changes and updates for 2.2 focused at making our main
scenarios more streamlined and focused. Also adds samples for
extensibility we support so far.

A list of changes:

Clearing baselines for these projects. We didn't ship anything in 2.1 so
there should be nothing in the baselines.

--

The middleware now uses Map for path matching. This makes the actual
`HealthCheckMiddleware` more standalone. This will make it easy to use
with Dispatcher/Endpoint Routing in the future.

This also manifests by removing Path from HealthCheckOptions - the path
is an explicit argument to the UseHealthChecks middelware - this
streamlines the design for 3.0.

--

Added extensibility for customizing the status codes (aspnet/Home#2584)

--

Added extensibility for writing the textual output (aspnet/Home#2583)

--

Changed the default output to be `text/plain`. The most common use cases
for health checks don't include a detailed status.

The existing output format is still available as an option.
2018-08-01 18:49:44 -07:00
..
CompositeHealthCheckResult.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
HealthCheck.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
HealthCheckLogScope.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
HealthCheckService.cs Use correct ArgumentNullException parameter name (#436) 2018-02-05 08:37:23 -08:00
HealthCheckServiceCollectionExtensions.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
HealthChecksBuilder.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
HealthChecksBuilderAddCheckExtensions.cs Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
IHealthCheckService.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
IHealthChecksBuilder.cs Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
Microsoft.Extensions.Diagnostics.HealthChecks.csproj Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
baseline.netcore.json Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00