Introduction
Prometheus is a powerful open-source monitoring and alerting toolkit. Its behavior is controlled by a configuration file, typically named prometheus.yml. This file defines everything from how often to scrape metrics, which targets to scrape, and how to handle alerting rules.
This lab is a continuation of the "Prometheus Installation" lab, where you learned how to install and run Prometheus using Docker. Now that you know how to get Prometheus up and running, this lab will teach you the fundamentals of Prometheus configuration. You will start by inspecting a Prometheus container running with a default configuration. Then, you will create your own custom prometheus.yml file, launch a new container using this file, and learn how to reload the configuration without restarting the service.





