Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
 
 
lza_menace b3c3e4ace3
adding simple dockerfile
před 4 roky
.dockerignore adding simple dockerfile před 4 roky
.editorconfig Initial commit před 6 roky
.eslintrc.yml Initial commit před 6 roky
.gitignore Initial commit před 6 roky
.travis.yml Add tests před 6 roky
Dockerfile adding simple dockerfile před 4 roky
LICENSE Initial commit před 6 roky
README.md Add difficulty and reward metrics před 6 roky
app.js Add tests před 6 roky
app.test.js Add tests před 6 roky
index.js Add tests před 6 roky
package-lock.json Add tests před 6 roky
package.json Add tests před 6 roky

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.