1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
vor 4 Jahren
.dockerignore adding simple dockerfile vor 4 Jahren
.editorconfig Initial commit vor 6 Jahren
.eslintrc.yml Initial commit vor 6 Jahren
.gitignore Initial commit vor 6 Jahren
.travis.yml Add tests vor 6 Jahren
Dockerfile adding simple dockerfile vor 4 Jahren
LICENSE Initial commit vor 6 Jahren
README.md Add difficulty and reward metrics vor 6 Jahren
app.js Add tests vor 6 Jahren
app.test.js Add tests vor 6 Jahren
index.js Add tests vor 6 Jahren
package-lock.json Add tests vor 6 Jahren
package.json Add tests vor 6 Jahren

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.