Is your feature request related to a problem? Please describe.
Same idea as #7427, but for Akka.IO actors. We could do it both for UDP and TCP - but the basic idea is the same:
- Create a
TcpListener actor;
- Send it a
Subscribe message of some kind;
TcpListener will periodically send us a small struct with a bunch of metrics - they'll be gauge-like (totals, not rates of change).