aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/resources/application.conf
blob: f79ab8226d4dfe5b42b802acaf7d1c23dc262d6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
akka {
  loggers = ["akka.event.slf4j.Slf4jLogger"]
}

kamon {
  metric {
    tick-interval = 1 hour
    default-collection-context-buffer-size = 100
  }

  trace {
    level-of-detail = simple-trace
    sampling = all
  }
}