aboutsummaryrefslogblamecommitdiff
path: root/kamon-newrelic/src/main/resources/reference.conf
blob: 059420f9e35d58261c313e3491915e069cac1f20 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                          

            

                     
                                   
                                                          






                                                                                                  

   





 
# ====================================== #
# Kamon-NewRelic Reference Configuration #
# ====================================== #

kamon {
  newrelic {
    apdexT = 1 second

    app-name = "Kamon[Development]"
    license-key = e7d350b14228f3d28f35bc3140df2c3e565ea5d5

    # delay between connection attempts to NewRelic collector
    retry-delay = 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-retry = 3
  }
}