devel: prometheus-grafana integration

Add prometheus and grafana integration to the
devel container stack. This should make it easier
to run and configure grafana dashboards locally.
This commit is contained in:
Gianluca Zuccarelli 2021-09-29 12:26:26 +01:00 committed by Sanne Raymaekers
parent ca5f9a0899
commit de7d5ba702
6 changed files with 572 additions and 2 deletions

View file

@ -51,10 +51,12 @@ The config variables for the Image Builder backend can be found [here](https://g
## Run
```bash
docker-compose up
docker-compose up --build
```
Access the service through the GUI:
[https://prod.foo.redhat.com:1337/beta/insights/image-builder](https://prod.foo.redhat.com:1337/beta/insights/image-builder), or
directly through the API:
[https://prod.foo.redhat.com:1337/docs/api/image-builder](https://prod.foo.redhat.com:1337/docs/api/image-builder).
Access the Grafana dashboard on [https://localhost:3000](https://localhost:3000). The default username is `admin` and the password is set to `foobar`.