Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat. Req: Include tracker in all per-torrent metrics #17

Open
varac opened this issue Oct 17, 2019 · 0 comments
Open

Feat. Req: Include tracker in all per-torrent metrics #17

varac opened this issue Oct 17, 2019 · 0 comments

Comments

@varac
Copy link

varac commented Oct 17, 2019

I'd like to map download/upload volume per tracker.
Some per-torrent metrics already include the tracker, i.e.

❯ grep -i ubuntu transmission-exporter.metrics

transmission_torrent_leechers{id="21",name="ubuntu-19.04-desktop-amd64.iso",tracker="http://ipv6.torrent.ubuntu.com:6969"} -1
transmission_torrent_leechers{id="21",name="ubuntu-19.04-desktop-amd64.iso",tracker="http://torrent.ubuntu.com:6969"} 118

transmission_torrent_seeders{id="21",name="ubuntu-19.04-desktop-amd64.iso",tracker="http://ipv6.torrent.ubuntu.com:6969"} -1
transmission_torrent_seeders{id="21",name="ubuntu-19.04-desktop-amd64.iso",tracker="http://torrent.ubuntu.com:6969"} 2336
…

But some not:

transmission_torrent_ratio{id="21",name="ubuntu-19.04-desktop-amd64.iso"} 2.2387
transmission_torrent_download_bytes{id="21",name="ubuntu-19.04-desktop-amd64.iso"} 0
transmission_torrent_upload_bytes{id="21",name="ubuntu-19.04-desktop-amd64.iso"} 0

I'd be very interested in having a tracker field in at least those metrics shown above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant