-
Notifications
You must be signed in to change notification settings - Fork 773
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
[metrics branch] Add configuration of persistent storage to OTLP Exporter #4121
[metrics branch] Add configuration of persistent storage to OTLP Exporter #4121
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main-metrics #4121 +/- ##
================================================
+ Coverage 84.61% 84.75% +0.13%
================================================
Files 296 296
Lines 11549 11515 -34
================================================
- Hits 9772 9759 -13
+ Misses 1777 1756 -21
|
...Telemetry.Exporter.OpenTelemetryProtocol/OpenTelemetry.Exporter.OpenTelemetryProtocol.csproj
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpMetricExporterExtensions.cs
Outdated
Show resolved
Hide resolved
PersistentStorage
PersistentStorage
from OtlpGrpcTraceExportClient
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpTraceExporterHelperExtensions.cs
Outdated
Show resolved
Hide resolved
…ns instances (#4200) * Make sure Otlp trace and metric exporters have dedicated options instances. * CHANGELOG patch.
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
...etry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcTraceExportClient.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.
Overall direction looks good.
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.
This approach may not work for logs, but we could extend this for metrics. As OTLP logs exporter is not stable we could later explore alternate approach.
Towards #4115
Changes
Screenshot showing OTLP example program running and the file it creates.