aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main/resources/reference.conf
blob: b7680022dd1c2d5d608308a6261efbb6c75aacba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ========================================= #
# Kamon-Annotation Reference Configuration  #
# ========================================= #

kamon {
  annotation {
    # We use two arrays to store the kamon instruments in order to do fast array lookups.
    # These lookups are done using the getId() method on the JoinPoint.StaticPart object.
    # The ids for all affected join points within a target type are unique (and start from 0).
    instruments-array-size = 32
  }
  modules {
    kamon-annotation {
      auto-start = yes
      requires-aspectj = yes
      extension-id = "kamon.annotation.Annotation"
    }
  }
}