martabal/qbittorrent-exporter

Collect metrics about trackers

Closed this issue · 2 comments

Hi @martabal , thank you for this awesome project!

I have a question: is it possible to collect information about trackers for each torrent? This information would be really useful for monitoring trackers.

For example, if a tracker reports an error and provides a message about a missing announce in the qBittorrent, it could be used to notify a user to check if the announce was updated. This way, the user could get a new torrent and resolve the issue.

Hello !

Thanks for the suggestion. Currently, the exporter does not collect any data about trackers, but I opened a PR to expose that data #30

It seems that Qbittorrent does not provide an API endpoint to get a list of trackers, the exporter has to manually scan each tracker, which may affect the exporter's performance if you have many trackers.