aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-scalatra-example/src/main/resources/application.conf
blob: 263d4b2715ef913ed5e3f674461f2e285ed13639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################
# Kamon related configuration #
###############################

kamon {
  trace {
    level = simple-trace
  }

  metric {
    filters {
      trace.includes = [ "**" ]
    }
  }

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