Skip to content

Commit

Permalink
NOREF Disable Distributed Tracing by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mwbenowitz committed Mar 18, 2024
1 parent 02d7e3c commit b34ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b34ba60

Please sign in to comment.