Skip to content

v2.11.1

Latest
Compare
Choose a tag to compare
@Tochemey Tochemey released this 10 Jan 20:04
· 11 commits to main since this release
b7db344

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
  • 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