Skip to content

Akka.IO: enable optional metrics subscriptions for TcpListener / TcpConnection actors #7631

@Aaronontheweb

Description

@Aaronontheweb

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:

  1. Create a TcpListener actor;
  2. Send it a Subscribe message of some kind;
  3. TcpListener will periodically send us a small struct with a bunch of metrics - they'll be gauge-like (totals, not rates of change).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions