aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/resources/reference.conf
blob: dd112aeb11251efe32a03358556ad8d2de651045 (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
31
32
33
# ====================================== #
# 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

    # Time to wait for a response when calling any of the New Relic collector API methods.
    operation-timeout = 30 seconds

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

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