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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
преди 4 години
.dockerignore adding simple dockerfile преди 4 години
.editorconfig Initial commit преди 6 години
.eslintrc.yml Initial commit преди 6 години
.gitignore Initial commit преди 6 години
.travis.yml Add tests преди 6 години
Dockerfile adding simple dockerfile преди 4 години
LICENSE Initial commit преди 6 години
README.md Add difficulty and reward metrics преди 6 години
app.js Add tests преди 6 години
app.test.js Add tests преди 6 години
index.js Add tests преди 6 години
package-lock.json Add tests преди 6 години
package.json Add tests преди 6 години

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 difficulty
  • monerod_block_reward - Last block reward
  • monerod_connections_incoming - Number of incoming connections
  • monerod_connections_outgoing - Number of outgoing connections
  • monerod_tx_chain - Number of transactions in total
  • monerod_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.

Grafana Screenshot

License

Released under the terms of the 3-Clause BSD License. See LICENSE for more information.