Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.19 KB

DevOps-Observability FOSS Stack

Prometheus Server Chart

Hit the Star! ⭐

If you are planning to use this DevOps-Observability FOSS Stack repo for learning, please hit the star. Thanks!

Setup

  1. After cloning, we need to change the configuration files targets.json and prometheus.yml. To automate this process, execute the following script:

    $ cd DevOps-Observability
    $ bash scripts/service-discovery.sh
  2. 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

Access the Webpages

License

This project is licensed under the Apache License 2.0. You can find the full text of the license in the LICENSE file.