-
Notifications
You must be signed in to change notification settings - Fork 15
feat(profiler): support cancellation tokens in exporter cxx bindings #1422
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1422 +/- ##
==========================================
- Coverage 71.41% 71.38% -0.03%
==========================================
Files 411 411
Lines 66047 66110 +63
==========================================
+ Hits 47168 47194 +26
- Misses 18879 18916 +37
🚀 New features to boost your workflow:
|
BenchmarksComparisonBenchmark execution time: 2026-01-06 20:12:55 Comparing candidate commit c4720f8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 57 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
Group 14
Group 15
Group 16
Group 17
Group 18
Group 19
BaselineOmitted due to size. |
86bcd4a to
911b5a0
Compare
911b5a0 to
c4720f8
Compare
morrisonlevi
left a comment
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.
Looks straightforward to me. Does cbindgen automatically make a send_profile_with_cancellation method in C++ from this?
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-apple-darwin
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-apple-darwin
x86_64-unknown-linux-gnu
|
|
/merge |
1 similar comment
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
|
View all feedbacks in Devflow UI.
PR already in the queue with status queued |
What does this PR do?
Adds cancelation support for exporting in the C++ bindings
Motivation
Forgot to add this when I created the bindings in the first place
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.