https://github.com/its-alex/prometheus-example
Prometheus example
https://github.com/its-alex/prometheus-example
example prometheus
Last synced: 11 months ago
JSON representation
Prometheus example
- Host: GitHub
- URL: https://github.com/its-alex/prometheus-example
- Owner: Its-Alex
- License: mit
- Created: 2018-11-21T17:48:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T22:29:14.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T11:12:29.702Z (11 months ago)
- Topics: example, prometheus
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-example
Prometheus example with grafana
Three containers are used:
- Prometheus
- Node exporter
- Grafana
Prometheus is auto setup and grafana is auto provisioned
## Demo
You can start docker-compose file and try it
```
$ docker-compose up -d
```
Now connect to on grafana `localhost:3000` connect with credentials:
- username: admin
- password: password
Go to dashboard and `Node exporter full`
You will see the data from the node-exporter container
## Licence
[MIT](https://fr.wikipedia.org/wiki/Licence_MIT)