From 606e3de1f9de6dc0ccbd91d8dc8ff838c25466c1 Mon Sep 17 00:00:00 2001 From: arunk1988 <84958541+arunk1988@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:47:35 +0530 Subject: [PATCH] Update docs/examples/opentracing/main.py Co-authored-by: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com> --- docs/examples/opentracing/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/opentracing/main.py b/docs/examples/opentracing/main.py index 3fad786125..b4a80ee0df 100755 --- a/docs/examples/opentracing/main.py +++ b/docs/examples/opentracing/main.py @@ -16,7 +16,7 @@ otlp_exporter = OTLPSpanExporter( endpoint="http://localhost:4317", # For insecure connection, useful for testing - insecure=True + insecure=True, ) # Add the exporter to the tracer provider trace.get_tracer_provider().add_span_processor(