Skip to content

akka.exlude doesn't work #115

@stasimus

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.

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