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

Fix TODO, use sync.Map to avoid blocking calls #2381

Merged
merged 3 commits into from Nov 13, 2021

Conversation

bogdandrutu
Copy link
Member

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #2381 (2251891) into main (4d9d882) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2381     +/-   ##
=======================================
- Coverage   73.8%   73.7%   -0.1%     
=======================================
  Files        175     175             
  Lines      12436   12430      -6     
=======================================
- Hits        9182    9170     -12     
- Misses      3017    3023      +6     
  Partials     237     237             
Impacted Files Coverage Δ
sdk/metric/controller/basic/controller.go 92.5% <100.0%> (-0.3%) ⬇️
sdk/trace/batch_span_processor.go 83.2% <0.0%> (-2.1%) ⬇️
exporters/jaeger/jaeger.go 93.4% <0.0%> (-0.9%) ⬇️

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Looks good overall. Only thing needed is the lock comment needs updating.

sdk/metric/controller/basic/controller.go Outdated Show resolved Hide resolved
@MrAlias MrAlias added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 12, 2021
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@MrAlias MrAlias merged commit 196ccd7 into open-telemetry:main Nov 13, 2021
@bogdandrutu bogdandrutu deleted the fixtodomap branch November 15, 2021 18:38
@Aneurysm9 Aneurysm9 mentioned this pull request Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants