diff --git a/newrelic/newrelic-api.jar b/newrelic/newrelic-api.jar index d4f34e4..971d453 100644 Binary files a/newrelic/newrelic-api.jar and b/newrelic/newrelic-api.jar differ diff --git a/newrelic/newrelic.jar b/newrelic/newrelic.jar index 3ee5a87..fc43d5b 100644 Binary files a/newrelic/newrelic.jar and b/newrelic/newrelic.jar differ diff --git a/newrelic/newrelic.yml b/newrelic/newrelic.yml index 9ced654..8922073 100644 --- a/newrelic/newrelic.yml +++ b/newrelic/newrelic.yml @@ -1,6 +1,6 @@ # This file configures the New Relic Agent. New Relic monitors # Java applications with deep visibility and low overhead. For more details and additional -# configuration options visit https://docs.newrelic.com/docs/java/java-agent-configuration. +# configuration options visit https://docs.newrelic.com/docs/agents/java-agent/configuration/java-agent-configuration-config-file. # # <%= generated_for_user %> # @@ -207,7 +207,7 @@ common: &default_settings # Distributed tracing lets you see the path that a request takes through your distributed system. # Enabling distributed tracing changes the behavior of some New Relic features, so carefully consult the transition - # guide before you enable this feature: https://docs.newrelic.com/docs/transition-guide-distributed-tracing + # guide before you enable this feature: https://docs.newrelic.com/docs/apm/distributed-tracing/getting-started/transition-guide-distributed-tracing # Default is false. distributed_tracing: enabled: false @@ -238,7 +238,7 @@ common: &default_settings # By default the agent automatically inserts API calls in compiled JSPs to # inject the monitoring JavaScript into web pages. Not all rendering engines are supported. - # See https://docs.newrelic.com/docs/java/real-user-monitoring-in-java#manual_instrumentation + # See https://docs.newrelic.com/docs/agents/java-agent/instrumentation/new-relic-browser-java-agent#manual_instrumentation # for instructions to add these manually to your pages. # Set this attribute to false to turn off this behavior. auto_instrument: true