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

Add getActiveBaggage API #3385

Merged
merged 6 commits into from
Nov 20, 2022

Conversation

cartermp
Copy link
Contributor

@cartermp cartermp commented Nov 4, 2022

Resolves #3354

@cartermp cartermp requested a review from a team November 4, 2022 23:25
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #3385 (aa9abcf) into main (b29deee) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3385      +/-   ##
==========================================
- Coverage   93.29%   93.20%   -0.09%     
==========================================
  Files         247      246       -1     
  Lines        7348     7332      -16     
  Branches     1512     1507       -5     
==========================================
- Hits         6855     6834      -21     
- Misses        493      498       +5     
Impacted Files Coverage Δ
api/src/api/propagation.ts 100.00% <100.00%> (ø)
api/src/baggage/context-helpers.ts 90.90% <100.00%> (+3.40%) ⬆️
api/karma.worker.js 0.00% <0.00%> (-100.00%) ⬇️
packages/opentelemetry-resources/karma.worker.js 0.00% <0.00%> (-100.00%) ⬇️
...ckages/opentelemetry-sdk-trace-web/karma.worker.js 0.00% <0.00%> (-100.00%) ⬇️
...kages/opentelemetry-sdk-trace-base/karma.worker.js 0.00% <0.00%> (-100.00%) ⬇️
...emetry-core/src/platform/node/RandomIdGenerator.ts 87.50% <0.00%> (-6.25%) ⬇️
.../src/platform/browser/export/BatchSpanProcessor.ts
...-trace-base/src/platform/node/RandomIdGenerator.ts 93.75% <0.00%> (+6.25%) ⬆️

Copy link
Member

@legendecas legendecas left a comment

Choose a reason for hiding this comment

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

CHANGELOG.md Outdated Show resolved Hide resolved
@vmarchaud vmarchaud merged commit b9f5561 into open-telemetry:main Nov 20, 2022
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.

New API:getActiveBaggage?
4 participants