We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c8d18c + cc15e4a commit 5b9b709Copy full SHA for 5b9b709
python/example_opentracing_socket.py
@@ -29,7 +29,7 @@
29
if i % 2 == 0:
30
span.log_event("Hello world!")
31
32
- child_span = tracer.start_span("child", parent=span)
+ child_span = tracer.start_span("child", child_of=span)
33
child_span.finish()
34
35
span.finish(finish_time=time.time()+2)
0 commit comments