aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka-remote/src/main/resources/reference.conf
blob: 1d805cad770ff897874e6698b4b0e81b53b6e486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ========================================= #
# Kamon-Akka-Remote Reference Configuration #
# ========================================= #

kamon {

  modules {
    kamon-akka-remote {
      // Nothing to auto-start here.
      auto-start = no
      requires-aspectj = yes
      extension-id = none
    }
  }
}