-
-
Notifications
You must be signed in to change notification settings - Fork 407
set_tag is not updating tags and duration #11
Comments
are you using Python 3? |
Using python 2.7.5
|
Finally arrived it to have single span, by start a span through function call and sleep
|
tip: enclose code snippets between lines containing 3 back ticks (see syntax hilighting) |
Why do you have |
Yes not required to return from create_child_with_function and create_child_wo_function subroutine. finish required to close, in case span was created in some other function and used here. no need to return child_span and call finish at create_child_wo_function function. Since span created and updated all information with this same block |
please post the compete program |
|
New to opentracing, Try to explore opentracing and jaeger UI.
After gone through the lessons, With help of lesson01 solution https://github.com/yurishkuro/opentracing-tutorial/tree/master/python/lesson01/solution tried to include some logic with sleep to add some tags.
Recently added tags are not listed in jaeger UI.
When i use span.finish(), Recently added tags and duration works fine. But it shows two span with same name.
The text was updated successfully, but these errors were encountered: