FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add synchronization to SimpleLogRecordProcessor and SimpleSpanProcessor to ensure thread-safe export of logs and spans respectively by slodha · Pull Request #6885 · open-telemetry/opentelemetry-java · GitHub

Add synchronization to SimpleLogRecordProcessor and SimpleSpanProcessor to ensure thread-safe export of logs and spans respectively - #6885

Merged
jack-berg merged 1 commit into
open-telemetry:mainfrom
slodha:slodha.issue-6681
Nov 18, 2024
Merged

Add synchronization to SimpleLogRecordProcessor and SimpleSpanProcessor to ensure thread-safe export of logs and spans respectively#6885
jack-berg merged 1 commit into
open-telemetry:mainfrom
slodha:slodha.issue-6681

Conversation

slodha commented Nov 16, 2024
edited by trask
Loading

Copy link
Copy Markdown
Contributor

Resolves #6681

slodha requested a review from a team as a code owner November 16, 2024 00:15

linux-foundation-easycla Bot commented Nov 16, 2024
edited
Loading

Copy link
Copy Markdown



The committers listed above are authorized under a signed CLA.

…or to ensure thread-safe export of logs and spans respectively

Copy link
Copy Markdown
Contributor

Resolves #6681

codecov Bot commented Nov 16, 2024
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.31%. Comparing base (ca98fc5) to head (c56de26).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6885   +/-   ##
=========================================
  Coverage     90.30%   90.31%           
  Complexity     6589     6589           
=========================================
  Files           729      729           
  Lines         19767    19773    +6     
  Branches       1944     1944           
=========================================
+ Hits          17851    17857    +6     
  Misses         1325     1325           
  Partials        591      591           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

trask left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

thanks!

jack-berg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks!

jack-berg merged commit 2a97eae into open-telemetry:main Nov 18, 2024
slodha deleted the slodha.issue-6681 branch November 18, 2024 22:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SimpleLogRecordProcessor, SimpleSpanProcessor call export concurrently, but shouldn't

4 participants


Back | FazBrowse Home | New Git URL