If you are planning to use this DevOps-Observability FOSS Stack repo for learning, please hit the star. Thanks!
-
After cloning, we need to change the configuration files
targets.json
andprometheus.yml
. To automate this process, execute the following script:$ cd DevOps-Observability $ bash scripts/service-discovery.sh
-
Once you've made all the necessary changes in the configs, you can spin up the containers:
$ docker-compose up -d $ docker-compose logs -f
- Prometheus: http://your-ip-address:9090
- Grafana: http://your-ip-address:3000
- Alertmanager: http://your-ip-address:9093
- Node Exporter: http://your-ip-address:9100
This project is licensed under the Apache License 2.0. You can find the full text of the license in the LICENSE file.