aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-annotation-example/scala/src/main/resources/application.conf
blob: 595f9b89b0942b8045ea2010be5ad35fcfccd0f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
###############################
# Kamon related configuration #
###############################

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