Conversation
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 3f47970 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3756 +/- ##
==========================================
- Coverage 68.85% 68.79% -0.07%
==========================================
Files 166 166
Lines 19015 19015
Branches 1792 1792
==========================================
- Hits 13093 13081 -12
- Misses 5111 5121 +10
- Partials 811 813 +2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-04-15 02:07:26 Comparing candidate commit 3f47970 in PR branch Found 0 performance improvements and 9 performance regressions! Performance is the same for 183 metrics, 2 unstable metrics. scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:SamplingRuleMatchingBench/benchRegexMatching1-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching2-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching3-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:SpanBench/benchDatadogAPI
|
| zend_string *type; /* resolved span type */ | ||
| zend_string *env; /* from span->property_env; NULL when empty */ | ||
| zend_string *version; /* from span->root->property_version; NULL when empty */ | ||
| zend_string *span_kind; /* meta["span.kind"], NULL if absent or not a string */ |
There was a problem hiding this comment.
nit: this is not a owned strings but a borrowed one right ?
Uses SHM under the hood, with fallback to sending over the socket (very first payloads when tracer starts, until the sidecar creates the SHM file). Signed-off-by: Bob Weinand <[email protected]> # Conflicts: # Cargo.lock # components-rs/common.h # libdatadog
Signed-off-by: Bob Weinand <[email protected]>
6452943 to
ec35cb3
Compare
Signed-off-by: Bob Weinand <[email protected]>
8a73f82 to
cd616d5
Compare
Signed-off-by: Bob Weinand <[email protected]>
cd616d5 to
8ed24c4
Compare
Signed-off-by: Bob Weinand <[email protected]>
Snapshots difference summaryThe following differences have been observed in committed snapshots. It is meant to help the reviewer. If you need to update snapshots, please refer to CONTRIBUTING.md 2 occurrences of : - "runtime-id": "19a12c46-a841-41eb-9a2f-013107929bdc"
+ "runtime-id": "19a12c46-a841-41eb-9a2f-013107929bdc"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "b32e6f79-c5ef-4d17-bae1-33f912b0a03d"
+ "runtime-id": "b32e6f79-c5ef-4d17-bae1-33f912b0a03d"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "d74a50e5-32ec-4668-ad83-9a267ef93418"
+ "runtime-id": "d74a50e5-32ec-4668-ad83-9a267ef93418"
+ "span.kind": "server"
2 occurrences of : - "runtime-id": "e719c2fb-81c9-4ae3-b1f9-e1a2843d4845"
+ "runtime-id": "e719c2fb-81c9-4ae3-b1f9-e1a2843d4845"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "4878b25b-9211-4ac8-8906-d7721b2fa3e5"
+ "runtime-id": "4878b25b-9211-4ac8-8906-d7721b2fa3e5"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "5db5654d-5a9e-4cf0-908b-a51f7ced2ff2"
+ "runtime-id": "5db5654d-5a9e-4cf0-908b-a51f7ced2ff2"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "143d2b36-2082-43af-b61f-f60b9133ac91"
+ "runtime-id": "143d2b36-2082-43af-b61f-f60b9133ac91"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "5c9f7cdc-4833-4e56-a8af-852b6607f988"
+ "runtime-id": "5c9f7cdc-4833-4e56-a8af-852b6607f988"
+ "span.kind": "server"
1 occurrences of : - "runtime-id": "614cba3e-708f-4797-8da5-40fa71e9c272"
+ "runtime-id": "614cba3e-708f-4797-8da5-40fa71e9c272"
+ "span.kind": "server"
|
0fdd62c to
a2465b4
Compare
Signed-off-by: Bob Weinand <[email protected]>
a2465b4 to
cd934bd
Compare
Co-authored-by: Alexandre Rulleau <[email protected]>
Uses SHM under the hood, with fallback to sending over the socket (very first payloads when tracer starts, until the sidecar creates the SHM file).