In the last chapter, you were introduced to MicroProfile’s architecture. That chapter also covered a few essential standards in-depth, like configuration, health checking, and fault tolerance.
This chapter discusses some of the more critical standards in MicroProfile : Metrics, RESTful web services, open tracing, and the OpenAPI specification (OAS) .
Metrics and health checking are two ways of monitoring the status of a service or application. While health checks ...