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

[otlp] OTLP Exporter Custom serializer - Complete Traces #5930

Merged

Conversation

rajkumar-rangaraj
Copy link
Contributor

Fixes Part of #5730, Follow up #5928
Design discussion issue #

Changes

Please provide a brief description of the changes here.

This change completes the implementation of the trace serialization.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@rajkumar-rangaraj rajkumar-rangaraj requested a review from a team as a code owner October 28, 2024 22:43
@github-actions github-actions bot added the pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package label Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 91.53846% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.34%. Comparing base (6250307) to head (7523a86).
Report is 366 commits behind head on main.

Files with missing lines Patch % Lines
...entation/Serializer/ProtobufOtlpTraceSerializer.cs 89.42% 11 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5930      +/-   ##
==========================================
+ Coverage   83.38%   86.34%   +2.96%     
==========================================
  Files         297      261      -36     
  Lines       12531    11690     -841     
==========================================
- Hits        10449    10094     -355     
+ Misses       2082     1596     -486     
Flag Coverage Δ
unittests ?
unittests-Project-Experimental 86.25% <91.53%> (?)
unittests-Project-Stable 86.07% <91.53%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ation/Serializer/ProtobufOtlpResourceSerializer.cs 88.23% <100.00%> (ø)
...Implementation/Serializer/ProtobufOtlpTagWriter.cs 94.64% <100.00%> (ø)
...entation/Serializer/ProtobufOtlpTraceSerializer.cs 89.51% <89.42%> (ø)

... and 242 files with indirect coverage changes

Copy link
Member

@CodeBlanch CodeBlanch left a comment

Choose a reason for hiding this comment

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

LGTM

@CodeBlanch CodeBlanch merged commit 6fa4492 into open-telemetry:main Oct 30, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants