Skip to content

Commit

Permalink
added Phobos whitelist filtering (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jun 20, 2019
1 parent 9ceb5a2 commit 6a37843
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Akka.CQRS.Infrastructure/Ops/phobos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ akka.actor.provider = "Phobos.Actor.Cluster.PhobosClusterActorRefProvider,Phobos

phobos{
monitoring{
sample-rate = 0.1
provider-type = statsd
monitor-mailbox-depth = on
statsd{
Expand All @@ -12,13 +11,20 @@ phobos{
}

tracing{
sample-rate = 0.1
provider-type = jaeger
jaeger{
agent{ # for UDP reporting
host = localhost
port = 6831
}
}

filter{
mode = whitelist
message-types = [
"Akka.CQRS.IWithStockId, Akka.CQRS",
"Akka.Persistence.Extras.IConfirmableMessage, Akka.Persistence.Extras"
]
}
}
}

0 comments on commit 6a37843

Please sign in to comment.