Monitoring applications & application servers is an important part of the DevOps. It is important to continuously monitor applications and servers for application exceptions, server CPU & memory usage, or storage spikes. It is often desired to get notifications and/or alerts if CPU or memory usage goes up for a certain period of time or a service of your application stops responding so appropriate corrective actions can be taken to mitigate those failures or exceptions.
With monitoring, there are a number tools out there such Azure Application Insights, Azure Monitor, Nagios, New Relic, Prometheus and others. In this challenge, we will take a look at the Prometheus monitoring, a popular free & open-source project for monitoring services.
The tasks in this challenge are to:
The successfully complete this section deploy a the voting application and have its metrics be emitted to Prometheus.