您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
此存儲庫已封存。您可以查看檔案及 Clone 此存儲庫,但不能推送、建立問題及發出合併請求。
 
 
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.