eigengo / monitor

Library for monitoring the Typesafe stack-based applications.
Apache License 2.0
127 stars 24 forks source link

Actor error rate #17

Closed janm399 closed 11 years ago

janm399 commented 11 years ago

Record the errors in the actor's receive function; errors mean exceptions propagating from the receive function.

This is distinct from dropped messages, which are messages that are sent to an actor, but are not handled in the receive function.

Close #5.