aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/resources/reference.conf
blob: c86e64ae29679dbc77c61f2ba7e9baf08bf80736 (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
29
30
# ====================================== #
# Kamon-NewRelic Reference Configuration #
# ====================================== #

kamon {
  newrelic {

    # General ApdexT that applies to all Trace metrics reported.
    apdexT = 1 second

    # The application name that will be shown in the New Relic dashboard.
    app-name = "Kamon[Development]"

    # Your New Relic license key.
    license-key = e7d350b14228f3d28f35bc3140df2c3e565ea5d5

    # attempts to send pending metrics in the next tick,
    # combining the current metrics plus the pending, after max-retry, deletes all pending metrics
    max-initialize-retries = 3

    # delay between connection attempts to NewRelic collector
    initialize-retry-delay = 30 seconds
  }
}