You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
The text was updated successfully, but these errors were encountered:
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"
}
}
The text was updated successfully, but these errors were encountered: