We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aae664 commit 902a7dfCopy full SHA for 902a7df
src/workflows/services/common_service.py
@@ -216,8 +216,8 @@ def start_transport(self):
216
endpoint=otel_config["endpoint"],
217
timeout=otel_config.get("timeout", 10),
218
)
219
- span_processor = BatchSpanProcessor(otlp_exporter)
220
- provider.add_span_processor(span_processor)
+ span_processor = BatchSpanProcessor(otlp_exporter)
+ provider.add_span_processor(span_processor)
221
222
# Add OTELTracingMiddleware to the transport layer
223
tracer = trace.get_tracer(__name__)
0 commit comments