File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -852,9 +852,9 @@ def default_otlp_host(host):
852852_settings .ml_insights_events .enabled = False
853853
854854_settings .distributed_tracing .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_ENABLED" , default = True )
855- _settings .distributed_tracing .drop_inprocess_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_DROP_INPROCESS_SPANS_ENABLED" , default = True )
855+ _settings .distributed_tracing .drop_inprocess_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_DROP_INPROCESS_SPANS_ENABLED" , default = False )
856856_settings .distributed_tracing .unique_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_UNIQUE_SPANS_ENABLED" , default = False )
857- _settings .distributed_tracing .minimize_attributes .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_MINIMIZE_ATTRIBUTES_ENABLED" , default = True )
857+ _settings .distributed_tracing .minimize_attributes .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_MINIMIZE_ATTRIBUTES_ENABLED" , default = False )
858858_settings .distributed_tracing .sampler .remote_parent_sampled = os .environ .get (
859859 "NEW_RELIC_DISTRIBUTED_TRACING_SAMPLER_REMOTE_PARENT_SAMPLED" , "default"
860860)
You can’t perform that action at this time.
0 commit comments