First of all, I love this exporter; super useful for my Grafana dashboard!
So right now the exporter is only reporting the number of seeders/leechers returned by each tracker you're connected to. However these two numbers are not necessarily equal to the number of peers you're downloading from and seeding to (e.g., a tracker could report 10 seeders but only 5 of them could actually be uploading to us for whatever reason).
So I suggest the exporter reports those two numbers as well (peersSendingToUs and peersGettingFromUs as returned by Transmission's API). Happy to submit a PR if this sounds interesting.
First of all, I love this exporter; super useful for my Grafana dashboard!
So right now the exporter is only reporting the number of seeders/leechers returned by each tracker you're connected to. However these two numbers are not necessarily equal to the number of peers you're downloading from and seeding to (e.g., a tracker could report 10 seeders but only 5 of them could actually be uploading to us for whatever reason).
So I suggest the exporter reports those two numbers as well (
peersSendingToUs
andpeersGettingFromUs
as returned by Transmission's API). Happy to submit a PR if this sounds interesting.