monero-exporter icon indicating copy to clipboard operation
monero-exporter copied to clipboard

Prometheus exporter for monero metrics.

Results 9 monero-exporter issues
Sort by recently updated
recently updated
newest added

hello, super cool program you've written here. I've started using it for my own nodes and it's working swimmingly. I did notice the GeoIP functionality, except I can't figure out...

see https://github.com/cirocosta/go-monero/issues/31

https://monero.stackexchange.com/questions/10919/understanding-the-structure-of-moneros-lmdb-and-how-explore-its-contents-using

at the moment, `monero-exporter` has been solely concerned with exposing as prometheus metrics information extracted from a _daemon_'s RPC endpoints. that so far has been quite useful for my use-case,...

https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf note that 16outs is the max as defined in https://github.com/monero-project/monero/blob/ed506006d2563c474e52db5a91ba2e20af86f30f/src/cryptonote_config.h#L192 ```c #define BULLETPROOF_MAX_OUTPUTS 16 ```

while synch'ing, lastblock and transaction pool don't return any real values e.g., while still catching up w/ the network we can see the values all being 0 - right after...

depending on the scraping interval, it can be somewhat expensive on `monerod` to serve the requests it takes from `monero-exporter`. it we look at the `lastblocks` collector's `fetchData` (when it...