Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
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-10 21:42:42 Comparing candidate commit 08963a3 in PR branch Found 0 performance improvements and 6 performance regressions! Performance is the same for 187 metrics, 1 unstable metrics. scenario:HookBench/benchHookOverheadTraceFunction-opcache
scenario:HookBench/benchHookOverheadTraceMethod-opcache
scenario:HookBench/benchWithoutHook-opcache
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:TraceAnnotationsBench/benchTraceAnnotationOverhead-opcache
|
| 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 ?
| ddog_CharSlice grpc_meta[4]; | ||
| double grpc_metrics[4]; | ||
| for (int i = 0; i < 4; i++) { |
There was a problem hiding this comment.
| ddog_CharSlice grpc_meta[4]; | |
| double grpc_metrics[4]; | |
| for (int i = 0; i < 4; i++) { | |
| ddog_CharSlice grpc_meta[ddog_PHP_GRPC_KEY_COUNT]; | |
| double grpc_metrics[ddog_PHP_GRPC_KEY_COUNT]; | |
| for (int i = 0; i < ddog_PHP_GRPC_KEY_COUNT; i++) { |
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 <bob.weinand@datadoghq.com> # Conflicts: # Cargo.lock # components-rs/common.h # libdatadog
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
51aee07 to
03e93e3
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
03e93e3 to
08963a3
Compare
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).