Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это репозиторий в архиве. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.
 
 
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.