monitoring
.NET Core Health Endpoint Monitoring Middleware
·516 words·3 mins
dotnet
monitoring
Today I’ll show a simple example of how to create a .Net Core Health Endpoint Monitoring Middleware.
If you need to know about the Health Endpoint Monitoring Pattern check: https://msdn.microsoft.com/en-us/library/dn589789.aspx
Create the application # Open a command prompt and run