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

Use BatchSpanProcessor instead of SimpleSpanProcessor #24

Merged
merged 5 commits into from
Oct 14, 2020
Merged

Conversation

codeboten
Copy link
Contributor

As reported by @milanaleksic, the launcher was configured to use the SimpleSpanProcessor which was affecting application performance. This change updates the launcher to configure the BatchSpanProcessor by default.

Fixes #21

Note: This PR is built on top of #23, will update the PR once that other change is merged.

Alex Boten added 3 commits October 9, 2020 08:50
This change updates all opentelemetry-go dependencies to v0.12.0
As reported by @milanaleksic, the launcher was configured to use the SimpleSpanProcessor
which was affecting application performance. This change updates the launcher to
configure the BatchSpanProcessor by default.

Fixes #21
@codeboten codeboten marked this pull request as ready for review October 13, 2020 15:02
@codecov-io
Copy link

codecov-io commented Oct 13, 2020

Codecov Report

Merging #24 into main will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   93.44%   93.49%   +0.05%     
==========================================
  Files           3        3              
  Lines         244      246       +2     
==========================================
+ Hits          228      230       +2     
  Misses          8        8              
  Partials        8        8              
Impacted Files Coverage Δ
launcher/config.go 91.66% <100.00%> (+0.08%) ⬆️

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 1b5c7b3...b237863. Read the comment docs.

@codeboten codeboten merged commit 3002a04 into main Oct 14, 2020
@codeboten codeboten deleted the fix-issue-21 branch October 21, 2020 04:02
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.

Slow span ending
3 participants