OTLP LogExporter limits configuration by env. var.#4887
Merged
CodeBlanch merged 4 commits intoopen-telemetry:mainfrom Sep 27, 2023
Merged
OTLP LogExporter limits configuration by env. var.#4887CodeBlanch merged 4 commits intoopen-telemetry:mainfrom
CodeBlanch merged 4 commits intoopen-telemetry:mainfrom
Conversation
f459b4c to
fb20faa
Compare
Codecov Report
@@ Coverage Diff @@
## main #4887 +/- ##
==========================================
+ Coverage 82.91% 83.06% +0.14%
==========================================
Files 294 294
Lines 12188 12198 +10
==========================================
+ Hits 10106 10132 +26
+ Misses 2082 2066 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/LogRecordExtensions.cs
Show resolved
Hide resolved
pjanotti
approved these changes
Sep 26, 2023
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/SdkLimitOptions.cs
Outdated
Show resolved
Hide resolved
This was referenced Mar 2, 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.
Fixes #4156
Changes
Added support for
OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMITand
OTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMIT.Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes[ ] Changes in public API reviewed (if applicable)