-
Notifications
You must be signed in to change notification settings - Fork 13
feat(data-pipeline-ffi): add functions to manipulate span from C #994
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
base: main
Are you sure you want to change the base?
Conversation
3172f33
to
b6ff6bb
Compare
BenchmarksComparisonBenchmark execution time: 2025-05-26 14:08:34 Comparing candidate commit 89c9009 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #994 +/- ##
==========================================
- Coverage 71.25% 70.91% -0.35%
==========================================
Files 322 323 +1
Lines 49339 49764 +425
==========================================
+ Hits 35158 35289 +131
- Misses 14181 14475 +294
🚀 New features to boost your workflow:
|
c78046e
to
00df87d
Compare
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
cee1bc0
to
a9c6aa1
Compare
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.
The Data Pipeline team hasn't seen any design docs or had any conversations about adding this functionality. Also, I'm not ok with tests that can only run on nightly. Our CI is on stable, and we build our releases with stable.
It's an error on my part, the PR was supposed to stay in draft as it is just at the experiment level yet. |
PR wasn't ready for review yet, and was moved to draft.
62862df
to
d7d9779
Compare
0e074ee
to
ac9484b
Compare
0a39708
to
a03994a
Compare
96ec923
to
695d3bd
Compare
Datadog Summary✅ Code Quality ✅ Code Security ✅ Dependencies Was this helpful? Give us feedback! |
f25d27a
to
859ce63
Compare
d9047f2
to
96fc38e
Compare
96fc38e
to
6567432
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Bob Weinand <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
…fety Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
6567432
to
6866ddf
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
6866ddf
to
a7e3141
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
What does this PR do?
This PR add functions to create and manipulate field of Rust Span struct from C code.
Motivation
The replacement of PHP Span to Rust Span in the PHP Tracer.
Additional Notes
As I am using macros to create the functions, the tests need to be run on a nightly version of Rust.
How to test the change?
Tests have been added, and this is linked to another one in the PHP tracer. (TODO)