AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Have possibility to create custom IHealthCheckFailureNotifier

Open VKAlwaysWin opened this issue 2 years ago • 1 comments

What would you like to be added: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/1247

Why is this needed: it is good idea to have possibility to create custom IHealthCheckFailureNotifier. It is already passed using TryAddScoped - but it is impossible to add different implementation, because interface is closed.

VKAlwaysWin avatar Jun 10 '22 12:06 VKAlwaysWin

This is would be a useful change 👍

mhbuck avatar Sep 30 '22 15:09 mhbuck

fixed by #1247

sungam3r avatar Jul 30 '23 05:07 sungam3r