This repo tree contains sample apps illustrating how to use the Steeltoe Management Endpoints and Management Tasks for managing and monitoring ASP.NET Core applications. Steeltoe Management Endpoints can be used to expose services for checking health, adjusting logging, etc. of your applications. The endpoints also seamlessly integrate with Tanzu Apps Manager, providing more information on how your application is behaving.
- src/ActuatorWeb - use Management Endpoints and distributed tracing. Some functionality depends on ActuatorApi.
- src/ActuatorApi - use Management Endpoints, Management Tasks and distributed tracing.
See the Readme for instructions on building and running each app.
See the Official Steeltoe Management Documentation for more information.