dotnet-architecture / HealthChecks

Experimental Health Checks for building services, such as with ASP.NET Core
Other
454 stars 124 forks source link

README.md - "This project is part of ASP.NET Core." #65

Open espray opened 7 years ago

espray commented 7 years ago

The README.md says "This project is part of ASP.NET Core." What does this mean? Has this project moved?

CESARDELATORRE commented 7 years ago

It is still in Alpha here. Will be, eventually released. Hopefully in .NET Core 2.1 release, but I cannot confirm for sure.

espray commented 7 years ago

@CESARDELATORRE thanks for the reply Will this be the repro to watch, or will the work be done in different repro, or TBD?

CESARDELATORRE commented 7 years ago

For now, this is it, but it might change. If that happens, we'll announce it here. :)

ekarlso commented 7 years ago

How to use the healthcheck code then ?

espray commented 7 years ago

I forked the code and included the projs in my solution. When a Nuget package is created I will switch to that

rjperes commented 6 years ago

@ekarlso : see this post: https://scottsauber.com/2017/05/22/using-the-microsoft-aspnetcore-healthchecks-package/

CESARDELATORRE commented 6 years ago

Also, see this documentation: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health

JuergenGutsch commented 6 years ago

Maybe it would make sense to change the readme anyway, because it is currently lying to the readers:

You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

https://github.com/aspnet/Home/search?utf8=%E2%9C%93&q=HealthChecks&type=Code

CESARDELATORRE commented 6 years ago

Thanks for the feedback. I changed the text so it is not confusing. Those mentioned samples are just about ASP.NET Core, not about HealthCheck library. The examples of HealthCheck library are within this same repo or eShopOnContainers which is also using this library: https://github.com/dotnet-architecture/eShopOnContainers