blog icon indicating copy to clipboard operation
blog copied to clipboard

ASP.NET Core Health Checks

Open utterances-bot opened this issue 5 years ago • 4 comments

ASP.NET Core Health Checks

https://asp.net-hacker.rocks/2020/08/20/health-checks.html

utterances-bot avatar Aug 22 '20 09:08 utterances-bot

A well laid out article and very useful in all levels of development

jawaharrajan avatar Aug 22 '20 09:08 jawaharrajan

@jawaharrajan Awesome! Thank you very much. Glad you like it :-)

JuergenGutsch avatar Aug 24 '20 09:08 JuergenGutsch

Besides the hard coded check of <100, How would you do checks for database connections or external API calls? Do you code all that stuff? What I am trying to say is how would you use this in a real API? (Apologies for the poor English)

freeborn5 avatar Sep 29 '21 02:09 freeborn5

Hi @freeborn5

Sorry for the late reply. Yes, I would code that in the case is no existing health check. Did you had a look here: https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks There are a lot of existing health checks you can use to check databases or external APIs.

Cheers,

JuergenGutsch avatar Oct 19 '21 11:10 JuergenGutsch