Michael Honaker

Results 15 comments of Michael Honaker

@GSVarsha okay it would be nice to have a way to propagate the contexts without having to pass it into the start of `start_span()`. The issue is that the code...

@GSVarsha does the Instana team have any documentation on why choosing a different context propagation system? --- > The issue is that the code doing the propagation is not always...

This is related to this PR: https://github.com/instana/python-sensor/pull/759

@GSVarsha I am using one of those default span types. In a completely new process I'm running something like the following: ```python3 with tracer.start_span("test-span",kind=SpanKind.CLIENT): pass ``` However, in instana this...

>That said, we will try to consider using the kind parameter while starting the span in the future, thanks! Okay, this would be great and would make things alot more...