We will now configure Prometheus on the Prometheus machine so that it can scrape the metrics from cAdvisor. To do so, modify the /etc/prometheus/prometheus.yml file so that it includes the following within the server running Prometheus: $ sudo vim /etc/prometheus/prometheus.yml … scrape_interval: 5s static_configs: After changing this configuration, we need to restart the Prometheus service. […]
Read More… from Configuring Prometheus to scrape metrics – Containerization with Docker