eigengo / monitor

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

Changed the ActorSystem and 'statsd' actor creation logic to a lazy inst... #90

Closed vonnagy closed 10 years ago

vonnagy commented 10 years ago

...antiation. Changing logic pushed the creation of the ActorSystem until after the initial system is created. In my test environment this resolved #84.

janm399 commented 10 years ago

It works for me, too; tried the tests as well as the sample Akka application. OK by me!

janm399 commented 10 years ago

@anirvanc, @lashford ?

anirvanc commented 10 years ago

LGTM :+1: I'm going to merge it in. Thanks @vonnagy