eigengo / monitor

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

akka.exlude doesn't work #115

Open stasimus opened 10 years ago

stasimus commented 10 years ago

Inside the agent.conf

I put this

org.eigengo.monitor.agent { output { class: "org.eigengo.monitor.output.codahalemetrics.MetricsCounterInterface" }

akka {
        excluded: [ "akka://*/user/*"]

        includeRoutees: false
        allowExclusions: false
    }

}

but still all actor metrics under akka://mysystem/user/* are collected. Unfortunately I have to use exclude, because monitor kill all 24 processor cores.