Skip to content

Commit

Permalink
docs: rewrite the metrics section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jan 17, 2025
1 parent b12189e commit bdb6980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,14 @@ GoAkt offers out of the box features that can help track, monitor and measure th
GoAkt comes bundled with the following metrics:

##### Actor System Metric
The `Metric` method on the [actor system](./actors/actor_system.go) will provide the following counters:

- Total Number of actors in the system at a given point time
- Total Number of deadletters
- The number of seconds since the actor system started

##### PID metric
The `Metric` method on the [PID](./actors/pid.go) will provide the following counters:

- Total Number of children at a given point in time
- Total Number of messages stashed at a given point in time
Expand Down

0 comments on commit bdb6980

Please sign in to comment.