Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET Core Health Checks #156

Open
utterances-bot opened this issue Aug 22, 2020 · 4 comments
Open

ASP.NET Core Health Checks #156

utterances-bot opened this issue Aug 22, 2020 · 4 comments

Comments

@utterances-bot
Copy link

ASP.NET Core Health Checks

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

Copy link

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

@JuergenGutsch
Copy link
Owner

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

Copy link

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)

@JuergenGutsch
Copy link
Owner

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants