-
Notifications
You must be signed in to change notification settings - Fork 786
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
Additional extension method for otlp log exporter to configure processor options #4733
Additional extension method for otlp log exporter to configure processor options #4733
Conversation
… and 'vibankwa/add-additional-extensions-otlp-log-exporter' of https://github.com/vishweshbankwar/opentelemetry-dotnet into vibankwa/add-additional-extensions-otlp-log-exporter
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4733 +/- ##
==========================================
+ Coverage 81.94% 82.04% +0.10%
==========================================
Files 313 313
Lines 12731 12741 +10
==========================================
+ Hits 10432 10453 +21
+ Misses 2299 2288 -11
|
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpLogExporterHelperExtensions.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/OtlpLogExporterTests.cs
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpLogExporterHelperExtensions.cs
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpLogExporterHelperExtensions.cs
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpLogExporterHelperExtensions.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #4388
Design discussion issue #
Changes
An additional extension to configure export processor options for otlp log exporter.
TODO: updated Readme
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes