aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main/resources/reference.conf
blob: ccc57afeb71fa619f346fde8583cee708767c8fb (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.AnnotationExtension"
    }
  }
}