mdlayher / rtorrent_exporter

Prometheus exporter that exposes metrics from rTorrent. MIT Licensed.
MIT License
38 stars 15 forks source link

Create new rtorrent client on each metrics collection pass #1

Open mdlayher opened 7 years ago

mdlayher commented 7 years ago

Using the same client forever results in problems if its connectivity is disrupted. Adopt a similar strategy to my other exporters and make a new client and collectors on each pass.