Prerequisite Ensure you have a Docker host running the latest versions of Docker engine and compose. Next, clone the GitHub-Monitoring (https://github.com/vegasbrianc/github-monitoring) project to your Docker machine.
We can start configuring the project based on your requirements. Please edit the Prometheus Targets (https://github.com/vegasbrianc/github-monitoring/blob/master/prometheus/prometheus.yml) if you need to track additional Exporters or targets. They are located in the static configs section at the end of the file. The Exporter uses the name metrics with port 9171:
static_configs:
- targets: ['node exporter:9100','localhost:9090', 'metrics:9171']