Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chapsuk/geth-prometheus
πGeth prometheus metrics
https://github.com/chapsuk/geth-prometheus
Last synced: 21 days ago
JSON representation
πGeth prometheus metrics
- Host: GitHub
- URL: https://github.com/chapsuk/geth-prometheus
- Owner: chapsuk
- Created: 2018-06-25T18:34:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T17:16:27.000Z (over 3 years ago)
- Last Synced: 2024-11-10T20:36:27.211Z (3 months ago)
- Homepage:
- Size: 3.45 MB
- Stars: 28
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geth prometheus metrics
Collect and visualize [geth](https://github.com/ethereum/go-ethereum) metrics with prometheus and grafana.
Available in geth with [commit](https://github.com/ethereum/go-ethereum/commit/31bc2a2434ed29b6cd020ee712722b4b865f32e1).
Expected release verion: `v1.9.0`
Last `chapsuk/geth:prometheus` docker image [commit](https://github.com/ethereum/go-ethereum/commit/26b50e3ebe3be197c68763e71e41926ed7df0863).## Run example
```bash
> docker-compose up -d
```Runs `geth --rinkeby`, prometheus and grafana.
Open [127.0.0.1:10007](http://127.0.0.1:10007) (admin:admin) for explore geth metrics dashboard.## Dashboard
![Dashboard Screenshot](screen.png)
## Snapshot
See dashboard [snapshot](https://snapshot.raintank.io/dashboard/snapshot/WWFndg9Ca5Z6e5HzZ1yL3uveqhD7SvXJ).