Viktor Kryzhanovskyi
Viktor Kryzhanovskyi
**What this PR does / why we need it**: I want to have my own implementation of IHealthCheckFailureNotifier
**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 -...
Depends on provided HttpContext.Request.Body I may choose different strategies for CorrelationId value. To achieve that I am providing custom ICorrelationIdProvider, which is working great. At the same time it is...