aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-autoweave-example/src/main/resources/application.conf
blob: 517328906cc5ced0622e10e84ba6216168a1509b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kamon {

  trace {
    level = simple-trace
  }

  metric {
    filters {
      trace.includes = [ "**" ]
      akka-actor.includes = [ "**" ]
      akka-dispatcher.includes = [ "**" ]
    }
  }

  modules {
    kamon-log-reporter.auto-start = yes
  }
}