You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.dockerignore | 3 years ago | |
.editorconfig | 6 years ago | |
.eslintrc.yml | 6 years ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
app.js | 6 years ago | |
app.test.js | 6 years ago | |
index.js | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago |
README.md
monerod_exporter
Monero Prometheus exporter
Environment Variables
DAEMON_HOST
- monerod host, default:http://localhost:18081
PORT
- port to expose metrics on, default:9396
Metrics Exported
monerod_block_difficulty
- Last block difficultymonerod_block_reward
- Last block rewardmonerod_connections_incoming
- Number of incoming connectionsmonerod_connections_outgoing
- Number of outgoing connectionsmonerod_tx_chain
- Number of transactions in totalmonerod_tx_mempool
- Number of transactions in the mempool
Pretty Screenshots
You can use Grafana to create a dashboard to show everyone how cool you are.
License
Released under the terms of the 3-Clause BSD License. See LICENSE
for more
information.