1
0
Bifurcation 0
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
il y a 4 ans
.dockerignore adding simple dockerfile il y a 4 ans
.editorconfig Initial commit il y a 6 ans
.eslintrc.yml Initial commit il y a 6 ans
.gitignore Initial commit il y a 6 ans
.travis.yml Add tests il y a 6 ans
Dockerfile adding simple dockerfile il y a 4 ans
LICENSE Initial commit il y a 6 ans
README.md Add difficulty and reward metrics il y a 6 ans
app.js Add tests il y a 6 ans
app.test.js Add tests il y a 6 ans
index.js Add tests il y a 6 ans
package-lock.json Add tests il y a 6 ans
package.json Add tests il y a 6 ans

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.