-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rework span links vector decoding #922
base: main
Are you sure you want to change the base?
Conversation
BenchmarksComparisonBenchmark execution time: 2025-03-14 16:58:25 Comparing candidate commit 44b561d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 52 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
BaselineOmitted due to size. |
be522bf
to
a1c3d48
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #922 +/- ##
=======================================
Coverage 72.69% 72.69%
=======================================
Files 334 334
Lines 50498 50509 +11
=======================================
+ Hits 36709 36717 +8
- Misses 13789 13792 +3
🚀 New features to boost your workflow:
|
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, just wait for [ APMSP-1674] Support Span Events in Trace Exporter to merge it
44c90a5
to
6bebc65
Compare
6bebc65
to
4c22670
Compare
4c22670
to
44b561d
Compare
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-alpine-linux-musl
i686-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-apple-darwin
x86_64-unknown-linux-gnu
|
What does this PR do?
Change the decoding of the vector of span link to use
read_array_len
to let us handle more than justFixArray
.Motivation
What inspired you to submit this pull request?
Additional Notes
To merge after #912
How to test the change?
Describe here in detail how the change can be validated.