Xabaril / AspNetCore.Diagnostics.HealthChecks

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

Ability to include the "data" collection of the healthcheck in the UI columns? #2220

Open JoanVilarino opened 1 month ago

JoanVilarino commented 1 month ago

What would you like to be added: It would be great to be able to add the "data" property of the healthchecks results in the UI somewhere, as a column, or a button popup.

Why is this needed: All my healthchecks return data about the reasons of the failure or statistics about the check itself that I would like to be able to see (and feed to our monitoring apps)