diff --git a/fabulaws/__init__.py b/fabulaws/__init__.py index b19b12e..f871089 100644 --- a/fabulaws/__init__.py +++ b/fabulaws/__init__.py @@ -1 +1 @@ -__version__ = "1.0.14" +__version__ = "1.0.15" diff --git a/fabulaws/library/wsgiautoscale/templates/newrelic.ini b/fabulaws/library/wsgiautoscale/templates/newrelic.ini index d6e58a6..00da0e0 100644 --- a/fabulaws/library/wsgiautoscale/templates/newrelic.ini +++ b/fabulaws/library/wsgiautoscale/templates/newrelic.ini @@ -94,6 +94,12 @@ ssl = true # proxy_user = # proxy_pass = +# A poorly documented default setting that will explode your +# NR usage with little to no obvious benefit. Note this is an +# agent default and is only overrideable here in this file. +# https://docs.newrelic.com/docs/apm/agents/python-agent/configuration/python-agent-configuration/#distributed-tracing-enabled +distributed_tracing.enabled = false + # The transaction tracer captures deep information about slow # transactions and sends this to the UI on a periodic basis. The # transaction tracer is enabled by default. Set this to "false"