aboutsummaryrefslogtreecommitdiff
path: root/kamon-jdbc/src/main/resources/reference.conf
blob: ce114861e183ec6baf389d3d0d0b2635507c14e3 (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
# ================================== #
# Kamon-jdbc Reference Configuration #
# ================================== #

kamon {
  jdbc {
    slow-query-threshold = 2 seconds

    # Fully qualified name of the implementation of kamon.jdbc.SlowQueryProcessor.
    slow-query-processor = kamon.jdbc.DefaultSlowQueryProcessor
   }

  metrics {
    precision {
      jdbc {
        statements {
          reads = ${kamon.metrics.precision.default-histogram-precision}
          writes = ${kamon.metrics.precision.default-histogram-precision}
        }
      }
    }
  }
}