You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Excitable Aardvark 9c57f6f233
Initial commit
6 years ago
.editorconfig Initial commit 6 years ago
.eslintrc.yml Initial commit 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Initial commit 6 years ago
index.js Initial commit 6 years ago
package-lock.json Initial commit 6 years ago
package.json Initial commit 6 years ago

README.md

monerod_exporter

Monero Prometheus exporter

Environment Variables

  • DAEMON_HOST - monerod host, example: http://localhost:18081
  • PORT - port to expose metrics on

Metrics Exported

  • monerod_connections_incoming - Number of incoming connections
  • monerod_connections_outgoing - Number of outgoing connections
  • monerod_mempool_size - Number of transactions in the mempool

License

Released under the terms of the 3-Clause BSD License. See LICENSE for more information.