What's Changed
Metric
to fetch the actor system and PID metric:- ActorSystem Metric:
- Deadletter count
- Actor count
- Uptime
- PID metric:
- Deadletter count
- Children Count
- Restart Count
- Last Processed duration
- Stash size
- Uptime
- ActorSystem Metric:
ActorRefs
method to list of actors on a system or within a cluster
PRs
- feat: add ActorRefs method to ActorSystem to return the list of actors by @Tochemey in #593
- feat: add a metric to ActorSystem and PID by @Tochemey in #594
Full Changelog: v2.11.0...v2.11.1