Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
3.98k stars 771 forks source link

Setup health checks by passing in IConfiguration #2204

Open thompson-tomo opened 2 months ago

thompson-tomo commented 2 months ago

What would you like to be added: I would like to be able setup health checks by simply passing in the config interface and that results in my checks being setup.

The configure should be passed into a pluralised version of the addCheck.

Why is this needed: Allows for dynamically adding checks based on ui.