Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding scope detach to examples #693

Merged
merged 1 commit into from
Jun 2, 2022
Merged

adding scope detach to examples #693

merged 1 commit into from
Jun 2, 2022

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Jun 1, 2022

it's important to detach scope for any activated span (especially in async runtimes), so ensure that the examples show it being done where possible.
In passing, fix some broken examples.

it's important to detach scope for any activated span (especially in async runtimes), so ensure
that the examples show it being done where possible.
In passing, fix some broken examples.
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #693 (d5b28dc) into main (e373645) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #693      +/-   ##
============================================
+ Coverage     85.00%   85.05%   +0.05%     
+ Complexity     1233     1230       -3     
============================================
  Files           137      137              
  Lines          2980     2977       -3     
============================================
- Hits           2533     2532       -1     
+ Misses          447      445       -2     
Flag Coverage Δ
7.4 ?
8.0 85.05% <ø> (ø)
8.1 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Context/ContextStorageNode.php 100.00% <0.00%> (ø)
src/Context/FiberBoundContextStorageScope.php 0.00% <0.00%> (ø)
src/Contrib/Context/Swoole/SwooleContextScope.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e373645...d5b28dc. Read the comment docs.

@bobstrecansky bobstrecansky merged commit 2070be6 into open-telemetry:main Jun 2, 2022
@brettmc brettmc deleted the scope-detach-examples branch October 25, 2022 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants