Skip to content

Revisit OpenTracing Shim docs#925

Merged
codeboten merged 19 commits intoopen-telemetry:masterfrom
ocelotl:issue_305
Aug 14, 2020
Merged

Revisit OpenTracing Shim docs#925
codeboten merged 19 commits intoopen-telemetry:masterfrom
ocelotl:issue_305

Conversation

@ocelotl
Copy link
Copy Markdown
Contributor

@ocelotl ocelotl commented Jul 20, 2020

Fixes #305

@ocelotl ocelotl changed the title Issue 305 Revisit OpenTracing Shim docs Jul 21, 2020
@ocelotl ocelotl marked this pull request as ready for review July 21, 2020 02:35
@ocelotl ocelotl requested a review from a team July 21, 2020 02:35
@ocelotl ocelotl self-assigned this Jul 22, 2020
@ocelotl ocelotl added ext shim OpenTracing or OpenCensus compatibility labels Jul 22, 2020
@ocelotl ocelotl force-pushed the issue_305 branch 3 times, most recently from 50e7b08 to 96dbdb9 Compare August 6, 2020 16:40
ocelotl added 14 commits August 6, 2020 17:22
This uses the OpenTelemetry context management mechanism to store a
ScopeShim object in order to make active return the same object as the
one returned by start_active_span.

WIP: there is one failing test case, apparently the context does not get
cleared before running every test case. This seems related to the order
in which test cases are being run.
This uses the OpenTelemetry context management mechanism to store a
ScopeShim object in order to make active return the same object as the
one returned by start_active_span.

WIP: there is one failing test case, apparently the context does not get
cleared before running every test case. This seems related to the order
in which test cases are being run.
This uses the OpenTelemetry context management mechanism to store a
ScopeShim object in order to make active return the same object as the
one returned by start_active_span.

WIP: there is one failing test case, apparently the context does not get
cleared before running every test case. This seems related to the order
in which test cases are being run.
Copy link
Copy Markdown
Member

@toumorokoshi toumorokoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! one typo to look at.

…/src/opentelemetry/instrumentation/opentracing_shim/__init__.py

Co-authored-by: Yusuke Tsutsumi <tsutsumi.yusuke@gmail.com>
@ocelotl
Copy link
Copy Markdown
Contributor Author

ocelotl commented Aug 14, 2020

LGTM! one typo to look at.

Fixed

Copy link
Copy Markdown
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@codeboten codeboten merged commit 2bc7d35 into open-telemetry:master Aug 14, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

shim OpenTracing or OpenCensus compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revisit opentracing-shim type docs

4 participants