Jeff Stein
Jeff Stein
Sure! Submitted https://github.com/r-lib/gh/pull/172
The use of `.ExeBase` and `.ExeFull` cause huge cardinality explosion when dealing with Chromium (and Electron) apps, which all seem to rewrite `argv[0]` to be space delimited. Configuration like this...
This showed up in my logs this morning during a Gmail authentication outage, restarting the background worker 23 times in ~100 minutes. I wasn't using paperless at the time, I...
Thank you! I was running into this and having difficulty figuring out why the connect was stalling.
Based on the socket timeout error message, I suspect the RPC server was totally down during that time. Were you running version 0.20.0? Do you have the logs from the...
> No, it was responding to `src/bitcoin-cli getblockchaininfo`. Got it. Then the `uptime` call was likely successful. I'm guessing you saw the `bitcoin_exporter_errors` metric climb significantly during that period. >...
> I'm running on bitcoind and exporter both on t3a.small with magnetic storage - it's meets my needs and the sync was reasonably fast. Just curious because my node starts...
@alevchuk - I just pushed a new branch with a rewrite of the metric refresh to run the RPC calls in parallel and also be more lenient with failures. https://github.com/jvstein/bitcoin-prometheus-exporter/tree/issue_15/async_refresh...
Instead of the `bitcoin_ban_created` and `bitcoin_banned_until` metrics, I expect you probably only care about aggregate ban metrics, not any of the per-peer metrics. Maybe just a high level `bitcoin_banned_peers` gauge,...