aboutsummaryrefslogtreecommitdiff
path: root/kamon-system/src/main/resources/reference.conf
blob: 94d28106f9f55b996e10d1d363bac6dbe115ba63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ==================================== #
# Kamon-System Reference Configuration #
# ==================================== #

kamon {
  precision {
    system {
      processing-time {
        highest-trackable-value = 3600000000000
        significant-value-digits = 2
      }
      time-in-mailbox {
        highest-trackable-value = 3600000000000
        significant-value-digits = 2
      }
      mailbox-size {
        highest-trackable-value = 999999999
        significant-value-digits = 2
      }
    }
    jvm {
       processing-time {
         highest-trackable-value = 3600000000000
         significant-value-digits = 2
       }
    }
  }
}