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, but when running something like https://github.com/comit-network/xmr-btc-swap ASB's, it becomes quite clear the need of also observing wallet-rpc.
e.g., see comit-network/xmr-btc-swap#652
given that cirocosta/go-monero, the module used for making those requests, already started including wallet procedure calls, we could optionally support wallet-rpc too.
at the moment,
monero-exporterhas 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, but when running something like https://github.com/comit-network/xmr-btc-swap ASB's, it becomes quite clear the need of also observing wallet-rpc.
e.g., see comit-network/xmr-btc-swap#652
given that cirocosta/go-monero, the module used for making those requests, already started including wallet procedure calls, we could optionally support wallet-rpc too.