This is a simple lab so you can get started using prometheus and grafana. You can see a whole step-by-step video by "The Digital Life" explanation here (https://www.youtube.com/watch?v=9TJx7QTrTyo). The files contained in this repository were built in a manner so you can deploy all the needed resources at once.
Since we're using a docker-compose file, the Docker engine is the only requirement.
- Clone this repository
- Make sure Docker is running in your computer
- Make sure to insert the ABSOLUTE PATH to your prometheus.yml file in the docker-compose's prometheus volume declaration
- Open a terminal instance inside the folder which contains the files you downloaded
- Execute the following command:
docker-compose up -d
To take the resources down without deleting them, execute the command:
docker-compose stop