[Logs Bridge API] Add support for Body set directly on LogRecord for OTLP Exporter.#5268
Merged
CodeBlanch merged 16 commits intoopen-telemetry:mainfrom Feb 1, 2024
Merged
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5268 +/- ##
==========================================
- Coverage 83.38% 83.12% -0.27%
==========================================
Files 297 272 -25
Lines 12531 11975 -556
==========================================
- Hits 10449 9954 -495
+ Misses 2082 2021 -61
Flags with carried forward coverage won't be shown. Click here to find out more.
|
CodeBlanch
reviewed
Jan 26, 2024
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/OtlpLogRecordTransformer.cs
Outdated
Show resolved
Hide resolved
53 tasks
CodeBlanch
reviewed
Jan 27, 2024
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/OtlpLogExporterTests.cs
Outdated
Show resolved
Hide resolved
CodeBlanch
reviewed
Jan 27, 2024
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/OtlpLogRecordTransformer.cs
Outdated
Show resolved
Hide resolved
CodeBlanch
reviewed
Jan 27, 2024
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/OtlpLogRecordTransformer.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/OtlpLogExporterTests.cs
Outdated
Show resolved
Hide resolved
vishweshbankwar
approved these changes
Jan 29, 2024
Member
vishweshbankwar
left a comment
There was a problem hiding this comment.
LGTM: left couple nits.
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/OtlpLogExporterTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Vishwesh Bankwar <vishweshbankwar@users.noreply.github.com>
This was referenced Oct 11, 2025
Closed
This was referenced Dec 4, 2025
This was referenced Feb 18, 2026
This was referenced Feb 26, 2026
Open
This was referenced Apr 7, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Towards #4433
Added support for
Bodyset directly onLogRecordvia the Logs Bridge API.Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes