Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/harshittrivedi78/grafana_prometheus_docker
- Owner: harshittrivedi78
- Created: 2020-05-13T08:47:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T18:43:31.000Z (over 4 years ago)
- Last Synced: 2024-08-01T22:48:12.170Z (5 months ago)
- Topics: docker, docker-grafana, docker-prometheus, dockerfileforprometheus, dockerfiles, dockerfilesforgrafana, grafana, prometheus
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.