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

Fixed an issue where otellogr emits nil context which leads to panic in exporters #6527

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

flc1125
Copy link
Member

@flc1125 flc1125 commented Dec 23, 2024

Fixed #6509

@flc1125 flc1125 requested review from pellared and a team as code owners December 23, 2024 14:37
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.5%. Comparing base (00786cc) to head (896c809).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6527   +/-   ##
=====================================
  Coverage   68.5%   68.5%           
=====================================
  Files        200     200           
  Lines      16768   16784   +16     
=====================================
+ Hits       11490   11506   +16     
  Misses      4933    4933           
  Partials     345     345           
Files with missing lines Coverage Δ
bridges/otellogr/logsink.go 100.0% <100.0%> (ø)

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.

otellogr emits nil context causing panic in exporters
1 participant