thde / rtorrent_exporter

rTorrent Prometheus exporter
Apache License 2.0
9 stars 1 forks source link

FeatureRequest: More information about the files specifically #63

Closed ac1dburnz closed 7 months ago

ac1dburnz commented 7 months ago

If possible, i would like to more inform information about the downloads. I want to be able to track how much rtorrent_uploaded_bytes and rtorrent_downloaded_bytes broken down into each tracker. I want to be able to track the usage per tracker

thde commented 7 months ago

I wanted to do the same ;) If you label your torrents, you can now split them accordingly: https://github.com/thde/rtorrent_exporter/commit/6542c7408cfd30804500b7ceb0c555103f8ef5d0

The tracker is not directly exposed by the API, therefore you'll need to do use this workaround.

ac1dburnz commented 7 months ago

I wish that would work for me :( but because of Sonarr and Radarr, I need things to be labelled differently then the name of the tracker. I see you're using label. Does it at all have Views instead?

Screenshot 2024-02-12 at 11 06 20 AM
ac1dburnz commented 7 months ago

Ah nvm i looked at the go code. However, Looks like there might be some light at the end of the tunnel

https://github.com/mrobinsn/go-rtorrent/pull/21

Hopefully sooner than later they accept the PR and add trackers.