ckcr4lyf / qbit-race

Qbittorrent utilities for racing
124 stars 9 forks source link

[FEATURE REQUEST] Prometheus metrics exporter #16

Closed ckcr4lyf closed 3 years ago

ckcr4lyf commented 3 years ago

It would be a cool feature if qbit-race could monitor basic stats of qbittorrent, such as:

Advanced users may enable this to scrape via Prometheus / visualize with Grafana

ckcr4lyf commented 3 years ago

This would need a constantly running application (http server), which would be configurable by users to be enabled or not.

Default bound to localhost (of course), with user configurable options like IP, PORT etc.

ckcr4lyf commented 3 years ago

Having a continuously running daemon will also allow to solve for #12 & #13

ckcr4lyf commented 3 years ago

Implemented in #18