Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
4 lat temu
.dockerignore adding simple dockerfile 4 lat temu
.editorconfig Initial commit 6 lat temu
.eslintrc.yml Initial commit 6 lat temu
.gitignore Initial commit 6 lat temu
.travis.yml Add tests 6 lat temu
Dockerfile adding simple dockerfile 4 lat temu
LICENSE Initial commit 6 lat temu
README.md Add difficulty and reward metrics 6 lat temu
app.js Add tests 6 lat temu
app.test.js Add tests 6 lat temu
index.js Add tests 6 lat temu
package-lock.json Add tests 6 lat temu
package.json Add tests 6 lat temu

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.