Closed justinhporter closed 10 months ago
Attention: 42 lines
in your changes are missing coverage. Please review.
Files | Coverage Δ | |
---|---|---|
...penTelemetryProtocolCommon/trace/SpanAdapter.swift | 99.00% <100.00%> (ø) |
|
...etryProtocolGrpc/trace/OtlpTraceJsonExporter.swift | 88.57% <100.00%> (ø) |
|
...lemetryProtocolHttp/logs/OtlpHttpLogExporter.swift | 67.64% <100.00%> (+4.93%) |
:arrow_up: |
...ryProtocolHttp/metric/OltpHTTPMetricExporter.swift | 66.12% <100.00%> (+6.51%) |
:arrow_up: |
...ocolHttp/metric/StableOtlpHTTPMetricExporter.swift | 73.33% <100.00%> (+4.10%) |
:arrow_up: |
...etryProtocolHttp/trace/OtlpHttpTraceExporter.swift | 60.00% <100.00%> (+6.66%) |
:arrow_up: |
...ers/OpenTelemetryProtocolHttp/Internal/Locks.swift | 40.00% <40.00%> (ø) |
:loudspeaker: Thoughts on this report? Let us know!.
You will have to sign the easyCLA before the PR can be merged.
Any updates about the CLA @justinhporter ?
Any updates about the CLA @justinhporter ?
We're working on getting it signed.
Any updates @justinhporter ?
Any updates @justinhporter ?
Sorry, it's taking longer than I expected to get sign off from our legal department. People are out this week, but I'll try again after Thanksgiving.
@justinhporter any progress on getting the CLA signed? If you can't get it done soon, we'll have to recreate the pr to get this fixed.
@justinhporter any progress on getting the CLA signed? If you can't get it done soon, we'll have to recreate the pr to get this fixed.
Still trying, but at this point feel free to recreate this PR.
We were seeing occasional crashes that were caused by pendingLogRecords being accessed from multiple threads. After making these changes, the crashes went away.