abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

Building Volo.Abp.AspNetCore.HealthChecks #336

Closed hitaspdotnet closed 1 year ago

hitaspdotnet commented 6 years ago

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

hikalkan commented 6 years ago

OK, we can wait ASP.NET Core 2.2 since we probably will release v1.0 after it :)

hikalkan commented 6 years ago

It's replaced by https://github.com/aspnet/Diagnostics

hitaspdotnet commented 5 years ago

@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.

hikalkan commented 5 years ago

Thanks @hitaspdotnet for the suggestion.

brunobertechini commented 5 years ago

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

aididhaiqal commented 4 years ago

Hi,

Are we getting this feature anytime soon?

NecatiMeral commented 2 years ago

Upvote 👍🏼

hikalkan commented 1 year ago

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.