Closed hitaspdotnet closed 1 year ago
OK, we can wait ASP.NET Core 2.2 since we probably will release v1.0 after it :)
It's replaced by https://github.com/aspnet/Diagnostics
@hikalkan BeatPulse project now supports the new Health Checks API and all the existing features is work with the new Microsoft Health Checks abstractions AspNetCore.Diagnostics.HealthChecks.
Thanks @hitaspdotnet for the suggestion.
I would also consider an agnostic approach if possible...We might want to use other tools like Nagios, Zabbix, New Relic, Zxse for synthetics and health checks for Loadbalancers
Hi,
Are we getting this feature anytime soon?
Upvote 👍🏼
We are not interested in building this. You can use health check in your project, no need to create an ABP specific health check system at that point.
Given that ABP vNext focused on microservices, I recommend using the Services Microsoft.AspNetCore.HealthChecks Library in ABP framework that is an important component of MicroServices architecture. ASP.NET Core 2.2 has a plan for built in health checks. Microsoft Docs - Health monitoring