Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix(server): kamon defaults to runtime.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Feb 28, 2016
1 parent 9d3527f commit 4fd0588
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actor-server/actor-runtime/src/main/resources/runtime.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ tls {
}

kamon {
metric.filters {
akka-actor {
includes = ["**"]
# excludes = [ "**" ]
}
}

internal-config {
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
Expand Down

0 comments on commit 4fd0588

Please sign in to comment.