Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

akka.exlude doesn't work #115

Open
stasimus opened this issue Jul 15, 2014 · 0 comments
Open

akka.exlude doesn't work #115

stasimus opened this issue Jul 15, 2014 · 0 comments

Comments

@stasimus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant