Screen Shot 2018-07-13 at 4.39.05 PM.png Screen Shot 2018-07-15 at 8.03.48 PM.png
Geth Ethereum Server Dashboard
Monitor your Ethereum server and view detailed information on the current status of the blockchain. This Grafana Dashboard requires you to have a running instance of GethExporter which can be ran in a Docker container.
Features
- Pending Transaction count
- Current and Average Gas Price
- Total amount of ETH transactions
- Total amount of ERC20 Token Transfers
Docker
To get started quickly, run GethExporter in a Docker container.
docker run -it -d -p 9090:9090 \
-e "GETH=http://mygethserverhere.com:8545" \
hunterlong/gethexporter