Small Prometheus exporter for the tor daemon.
prometheus-tor (--tor.control-socket /var/run/tor/control | --tor.control-port localhost:9051)
tor_connection_circuits
- the number of open circuitstor_connection_streams
- the number of open streamstor_connection_orconns
- the number of open ORConnstor_traffic_read_bytes
,tor_traffic_written_bytes
- cumulative inbound and outbound traffic
- Let's cheat and assume the CircuitID is sequential. Instant counter!