Skip to content

Commit

Permalink
Update docs/examples/opentracing/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tammy Baylis <[email protected]>
  • Loading branch information
arunk1988 and tammy-baylis-swi committed Jul 5, 2024
1 parent dd1419f commit 606e3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/opentracing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 606e3de

Please sign in to comment.