eigengo / monitor

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

Unable to use the AkkaIOStatsdCounterInterface #107

Open richiesgr opened 10 years ago

richiesgr commented 10 years ago

Hi

Another problem when I try to use this counter interface I get at the server start StackOverflow Exception!! It seems that the ActorSystem is calling itself until StackOverflow Do you've idea why ?

here is my agent.conf org.eigengo.monitor.agent { output { class: "org.eigengo.monitor.output.statsd.AkkaIOStatsdCounterInterface" }

akka {
    includeRoutees: false
}

}