Install and Configure Prometheus for Collecting Docker metrics
How to install Install Docker Configure docker for exposing a Metrices at end point To configure the Docker daemon as a Prometheus target, you need to specify the metrics-address. The best way to do this is via the daemon.json, which is located at one of the following locations by default. If the file does not…
