Skip to content
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

improve span order #5026

Merged
merged 1 commit into from
Jan 10, 2023
Merged

improve span order #5026

merged 1 commit into from
Jan 10, 2023

Conversation

zeitlinger
Copy link
Member

@zeitlinger zeitlinger commented Dec 8, 2022

  • sort spans by start time (parents before children as tiebreaker) to avoid common causes for flaky tests

@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Base: 91.06% // Head: 91.22% // Increases project coverage by +0.16% 🎉

Coverage data is based on head (618e5d2) compared to base (b091536).
Patch coverage: 77.77% of modified lines in pull request are covered.

❗ Current head 618e5d2 differs from pull request most recent head b8a7194. Consider uploading reports for the commit b8a7194 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5026      +/-   ##
============================================
+ Coverage     91.06%   91.22%   +0.16%     
+ Complexity     4886     4884       -2     
============================================
  Files           553      553              
  Lines         14465    14433      -32     
  Branches       1387     1376      -11     
============================================
- Hits          13172    13166       -6     
+ Misses          896      883      -13     
+ Partials        397      384      -13     
Impacted Files Coverage Δ
.../io/opentelemetry/sdk/testing/trace/TraceUtil.java 50.00% <50.00%> (ø)
...pentelemetry/sdk/testing/assertj/TracesAssert.java 92.00% <100.00%> (+4.50%) ⬆️
...try/sdk/testing/junit5/OpenTelemetryExtension.java 100.00% <100.00%> (ø)
.../logging/internal/LoggingSpanExporterProvider.java 66.66% <0.00%> (-33.34%) ⬇️
...ogging/internal/LoggingMetricExporterProvider.java 66.66% <0.00%> (-33.34%) ⬇️
...ing/internal/LoggingLogRecordExporterProvider.java 66.66% <0.00%> (-33.34%) ⬇️
.../sdk/autoconfigure/MeterProviderConfiguration.java 77.27% <0.00%> (-22.73%) ⬇️
...emetry/sdk/metrics/internal/debug/DebugConfig.java 90.00% <0.00%> (-10.00%) ⬇️
...er/zipkin/internal/ZipkinSpanExporterProvider.java 90.00% <0.00%> (-10.00%) ⬇️
...ry/exporter/internal/marshal/CodedInputStream.java 57.89% <0.00%> (-5.27%) ⬇️
... and 75 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zeitlinger
Copy link
Member Author

zeitlinger commented Dec 12, 2022 via email

@zeitlinger zeitlinger force-pushed the span_compare branch 2 times, most recently from d0be87e to 7e461b0 Compare January 5, 2023 16:50
@jack-berg jack-berg merged commit 67127c7 into open-telemetry:main Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants