No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
hace 4 años
.dockerignore adding simple dockerfile hace 4 años
.editorconfig Initial commit hace 6 años
.eslintrc.yml Initial commit hace 6 años
.gitignore Initial commit hace 6 años
.travis.yml Add tests hace 6 años
Dockerfile adding simple dockerfile hace 4 años
LICENSE Initial commit hace 6 años
README.md Add difficulty and reward metrics hace 6 años
app.js Add tests hace 6 años
app.test.js Add tests hace 6 años
index.js Add tests hace 6 años
package-lock.json Add tests hace 6 años
package.json Add tests hace 6 años

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.