-
Notifications
You must be signed in to change notification settings - Fork 1
Home
João Simões edited this page May 2, 2018
·
7 revisions
Collection of utility middleware for ASP.NET Core 2+ applications.
Check the rest of the documentation for more details:
- MetadataMiddleware - exposes application metadata for getting the environment, version and other properties. Also helpful as an is alive endpoint;
- HealthCheckMiddleware - endpoint for checking the current status of the application and its dependencies. Testing the connection to a database or another HTTP service are some of the examples, making it an useful endpoint for monitoring;
- Events - core supported events;