We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4446fa3 commit 62bf790Copy full SHA for 62bf790
ddtrace/_trace/tracer.py
@@ -129,15 +129,6 @@ def _default_span_processors_factory(
129
130
span_processors.append(AppSecIastSpanProcessor())
131
132
- if config._trace_compute_stats:
133
- # Inline the import to avoid pulling in ddsketch or protobuf
134
- # when importing ddtrace.
135
- from ddtrace.internal.processor.stats import SpanStatsProcessorV06
136
-
137
- span_processors.append(
138
- SpanStatsProcessorV06(),
139
- )
140
141
span_processors.append(profiling_span_processor)
142
143
# These need to run after all the other processors
0 commit comments