In the final section of this chapter, we will cover some topics regarding monitoring and diagnosing your services in SF. As you probably remember, I noted such features as one of the most important in microservices, as you have to always be able to tell how each one works and perform the needed action (such as scale out, restart, or kill an instance) if required. In SF, there are a few levels of monitoring that we will briefly describe here.
Monitoring and diagnostics
Application monitoring
In most cases, you want to monitor how your application works, what the user traffic is, and how your services communicate with each other. While you are able to bring your own framework, you can also leverage Application Insights (AI)...