Conversation
BenchmarksBenchmark execution time: 2026-03-04 22:27:52 Comparing candidate commit 527d3e2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
67ba335 to
479452d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #286 +/- ##
=======================================
Coverage 87.76% 87.76%
=======================================
Files 84 84
Lines 5658 5658
=======================================
Hits 4966 4966
Misses 692 692 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎯 Code Coverage (details) 🔗 Commit SHA: 527d3e2 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
479452d to
a82b085
Compare
|
The instructions, given in the PR description, to build and test work but they create files everywhere. Please add these instructions in a new readme file in the C binding directory. |
Description
Add C language binding (ddog_trace_*) wrapping the C++ tracing library for integration from C-based projects.
Follows Datadog's ddog_ naming convention from libdatadog. Gated behind BUILD_C_BINDING=OFF.
Motivation
Enable C-based projects to use dd-trace-cpp without a C++ dependency at the call site.
Building and Testing