Skip to content

Unable to filter the event actor as expected #106

Description

@richiesgr

Hi

I'm trying to use this package because we use datadog here. But I'm confronted to this problem.
Datadog complain on the very high number of tag associated to each event and close this dashboard.
I'm tring to play with the agent configuration without any success here !
here is an example
org.eigengo.monitor.agent {
output {
class: "org.eigengo.monitor.output.statsd.StatsdCounterInterface"
}

akka {
    includeRoutees: false
    included : ["akka:*.com.inneractive.exchange.bootstraps.AdRequestBootstraps"]
    excludeAllNotIncluded: true
}

}

I just want to send event for 1 particular actor that all nothing working.
the filter I've tried like this:
org.eigengo.monitor.agent {
output {
class: "org.eigengo.monitor.output.statsd.StatsdCounterInterface"
}

akka {
    includeRoutees: false
    included : ["akka://myActorSystem/path1/AdRequestBootstraps"]
    excludeAllNotIncluded: true
}

}

Not working. there is no filter at all or all pass anyway
Please help if you still support this project

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