eigengo / monitor

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

Dropped message rate #7

Closed janm399 closed 11 years ago

janm399 commented 11 years ago

These are messages that are sent to an actor, but are not handled in the receive function. This only applies to the Scala actors, whose receive function returns a PartialFunction[...], and we can check whether the function isDefinedAt the incoming message.