Health monitoring is a process for verifying the application’s state while being operated in productionenvironments. It is used for several reasons, such as catching errors, getting notified in case oferrors, analyzing the performance of the application, getting information about the payload for theapplication, and much more. Monitoring usually is implemented through a mechanism calledinstrumentation, which is a technique used for adding events, performance counters, and tracingcapabilities ......