From b34ba6065af2f0c878638bca58b32c47b504df81 Mon Sep 17 00:00:00 2001 From: Michael Benowitz Date: Mon, 18 Mar 2024 12:38:29 -0400 Subject: [PATCH] NOREF Disable Distributed Tracing by default This disables distributed tracing in our default NewRelic configuration as it can be expensive. This setting can be updated in the `.ini` file to enable it if it is useful --- newrelic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic.ini b/newrelic.ini index ed6b2cd91..c173b54d9 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -189,7 +189,7 @@ thread_profiler.enabled = true # through your distributed system. For more information, please # consult our distributed tracing planning guide. # https://docs.newrelic.com/docs/transition-guide-distributed-tracing -distributed_tracing.enabled = true +distributed_tracing.enabled = false # Enabling logging application_logging.enabled=true