Add span field meta_struct#2673
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (65.78%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #2673 +/- ##
============================================
- Coverage 77.96% 77.94% -0.02%
Complexity 2212 2212
============================================
Files 227 227
Lines 26560 26598 +38
Branches 988 988
============================================
+ Hits 20707 20732 +25
- Misses 5327 5340 +13
Partials 526 526
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:
|
BenchmarksBenchmark execution time: 2024-06-13 16:49:26 Comparing candidate commit 77a1141 in PR branch Found 14 performance improvements and 10 performance regressions! Performance is the same for 154 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:ComposerTelemetryBench/benchTelemetryParsing-opcache
scenario:EmptyFileBench/benchEmptyFileBaseline
scenario:EmptyFileBench/benchEmptyFileBaseline-opcache
scenario:EmptyFileBench/benchEmptyFileOverhead
scenario:EmptyFileBench/benchEmptyFileOverhead-opcache
scenario:HookBench/benchHookOverheadTraceFunction
scenario:LaravelBench/benchLaravelBaseline
scenario:LaravelBench/benchLaravelBaseline-opcache
scenario:LaravelBench/benchLaravelOverhead
scenario:LaravelBench/benchLaravelOverhead-opcache
scenario:PDOBench/benchPDOBaseline-opcache
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:SpanBench/benchDatadogAPI
scenario:SpanBench/benchDatadogAPI-opcache
scenario:SymfonyBench/benchSymfonyBaseline
scenario:SymfonyBench/benchSymfonyBaseline-opcache
scenario:SymfonyBench/benchSymfonyOverhead
scenario:SymfonyBench/benchSymfonyOverhead-opcache
scenario:TraceSerializationBench/benchSerializeTrace
scenario:TraceSerializationBench/benchSerializeTrace-opcache
scenario:WordPressBench/benchWordPressOverhead
scenario:WordPressBench/benchWordPressOverhead-opcache
|
7c2dd1d to
0ece7d1
Compare
ddc0321 to
47f60ce
Compare
6ef467c to
1f04877
Compare
7b025a9 to
10f2355
Compare
Co-authored-by: Bob Weinand <[email protected]>
Description
Add new field
meta_structto the span. This new field is a map where its values are encoded to msgpack and then the resulting codification to msgpack binaryAPPSEC-52612
Reviewer checklist