Skip to content

akka.exlude doesn't work #115

Description

@stasimus

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions