Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshittrivedi78/grafana_prometheus_docker

Docker compose ymls to run grafana and prometheus on local desktop.
https://github.com/harshittrivedi78/grafana_prometheus_docker

docker docker-grafana docker-prometheus dockerfileforprometheus dockerfiles dockerfilesforgrafana grafana prometheus

Last synced: 2 months ago
JSON representation

Docker compose ymls to run grafana and prometheus on local desktop.

Awesome Lists containing this project

README

        

# grafana_prometheus_docker
Docker compose ymls to run grafana and prometheus on your local desktop.

### QuickStart
In prometheus.yml, please update the targets under scrape config. Target should be where your `/metrics` endpoint is exposed. Prometheus will hit this endpoint to scrape the metrics.

To launch the containers
```shell
docker-compose -f monitoring.yml up -d
```
Above command will launch two containers one for prometheus which can be accessed on `http://localhost:9090` and one for grafana which can be reachable on `http://localhost:3030`.