We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8d18c commit cc15e4aCopy full SHA for cc15e4a
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