We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to map download/upload volume per tracker.
Some per-torrent metrics already include the tracker, i.e.
But some not:
I'd be very interested in having a tracker field in at least those metrics shown above.
The text was updated successfully, but these errors were encountered: