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.

19 lines
503 B

6 years ago
# 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.