In #1 I've created an plugin to pull stats from Tor's controlport.
However, most of the figures pulled are Onion service centric: I was creating the plugin to monitor Tor on my onion endpoints.
It'd make for a more useful plugin to also collect stats that are pertinent to relays though
Activity
12-May-22 10:16
assigned to @btasker
12-May-22 10:25
#1 already collects the basics (whether the ORPort is reachable etc), but there's additional stuff you're likely to care about for a relay
12-May-22 11:21
I've implemented collection of accounting stats.
I'll need to spin a new relay up to be able to grab examples for the others - I don't really want to play around on a live relay (though it should be safe)
12-May-22 11:59
mentioned in commit github-mirror/telegraf-plugins@39d7ecdfbefa013f81c4614c76d968d75bb091f6
Message
Collect information about quotas/accounting for utilities/telegraf-plugins#2
13-May-22 10:05
I'm going to spin the exit stuff out into an exit node specific ticket as really I'll need to stand up an exit node to test it.
So, that should mean that this is done.