Skip to content

Commit 62bf790

Browse files
feat(tracer): remove python stats processor
1 parent 4446fa3 commit 62bf790

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ddtrace/_trace/tracer.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,6 @@ def _default_span_processors_factory(
129129

130130
span_processors.append(AppSecIastSpanProcessor())
131131

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-
141132
span_processors.append(profiling_span_processor)
142133

143134
# These need to run after all the other processors

0 commit comments

Comments
 (0)