- Notifications
You must be signed in to change notification settings - Fork 314
🍒 8903 - Truncate span stack traces when Test Optimization is enabled #8929
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
Closed
nikita-tkachenko-datadog wants to merge 3 commits into release/v1.49.x from nikita.tkachenko/backport-pr-8903
Closed
🍒 8903 - Truncate span stack traces when Test Optimization is enabled #8929
nikita-tkachenko-datadog wants to merge 3 commits into release/v1.49.x from nikita.tkachenko/backport-pr-8903
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
daniel-mohedano approved these changes Jun 5, 2025
BenchmarksStartupParameters
See matching parameters
SummaryFound 5 performance improvements and 3 performance regressions! Performance is the same for 51 metrics, 12 unstable metrics.
Startup time reports for petclinicgantt title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section tracing Agent [baseline] (1.028 s) : 0, 1028498 Total [baseline] (11.24 s) : 0, 11239715 Agent [candidate] (1.005 s) : 0, 1005234 Total [candidate] (11.027 s) : 0, 11026941 section appsec Agent [baseline] (1.165 s) : 0, 1165317 Total [baseline] (11.226 s) : 0, 11226001 Agent [candidate] (1.149 s) : 0, 1148753 Total [candidate] (11.199 s) : 0, 11198840 section iast Agent [baseline] (1.15 s) : 0, 1149849 Total [baseline] (11.344 s) : 0, 11344233 Agent [candidate] (1.142 s) : 0, 1142375 Total [candidate] (11.326 s) : 0, 11326213 section profiling Agent [baseline] (1.268 s) : 0, 1268350 Total [baseline] (11.574 s) : 0, 11574055 Agent [candidate] (1.26 s) : 0, 1260127 Total [candidate] (11.35 s) : 0, 11349669
gantt title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section tracing BytebuddyAgent [baseline] (687.225 ms) : 0, 687225 BytebuddyAgent [candidate] (668.023 ms) : 0, 668023 GlobalTracer [baseline] (241.707 ms) : 0, 241707 GlobalTracer [candidate] (238.761 ms) : 0, 238761 AppSec [baseline] (55.683 ms) : 0, 55683 AppSec [candidate] (54.53 ms) : 0, 54530 Debugger [baseline] (6.29 ms) : 0, 6290 Debugger [candidate] (6.23 ms) : 0, 6230 Remote Config [baseline] (749.122 µs) : 0, 749 Remote Config [candidate] (706.544 µs) : 0, 707 Telemetry [baseline] (13.1 ms) : 0, 13100 Telemetry [candidate] (13.48 ms) : 0, 13480 section appsec BytebuddyAgent [baseline] (702.233 ms) : 0, 702233 BytebuddyAgent [candidate] (688.429 ms) : 0, 688429 GlobalTracer [baseline] (237.779 ms) : 0, 237779 GlobalTracer [candidate] (235.838 ms) : 0, 235838 AppSec [baseline] (176.609 ms) : 0, 176609 AppSec [candidate] (175.75 ms) : 0, 175750 Debugger [baseline] (5.997 ms) : 0, 5997 Debugger [candidate] (5.918 ms) : 0, 5918 Remote Config [baseline] (636.868 µs) : 0, 637 Remote Config [candidate] (620.107 µs) : 0, 620 Telemetry [baseline] (7.37 ms) : 0, 7370 Telemetry [candidate] (7.742 ms) : 0, 7742 IAST [baseline] (21.958 ms) : 0, 21958 IAST [candidate] (21.893 ms) : 0, 21893 section iast BytebuddyAgent [baseline] (801.728 ms) : 0, 801728 BytebuddyAgent [candidate] (793.745 ms) : 0, 793745 GlobalTracer [baseline] (230.715 ms) : 0, 230715 GlobalTracer [candidate] (231.355 ms) : 0, 231355 AppSec [baseline] (50.1 ms) : 0, 50100 AppSec [candidate] (56.607 ms) : 0, 56607 Debugger [baseline] (5.94 ms) : 0, 5940 Debugger [candidate] (5.88 ms) : 0, 5880 Remote Config [baseline] (609.451 µs) : 0, 609 Remote Config [candidate] (629.799 µs) : 0, 630 Telemetry [baseline] (7.99 ms) : 0, 7990 Telemetry [candidate] (7.875 ms) : 0, 7875 IAST [baseline] (29.259 ms) : 0, 29259 IAST [candidate] (22.772 ms) : 0, 22772 section profiling BytebuddyAgent [baseline] (675.832 ms) : 0, 675832 BytebuddyAgent [candidate] (662.556 ms) : 0, 662556 GlobalTracer [baseline] (361.1 ms) : 0, 361100 GlobalTracer [candidate] (381.308 ms) : 0, 381308 AppSec [baseline] (61.993 ms) : 0, 61993 AppSec [candidate] (54.052 ms) : 0, 54052 Debugger [baseline] (6.168 ms) : 0, 6168 Debugger [candidate] (6.157 ms) : 0, 6157 Remote Config [baseline] (653.657 µs) : 0, 654 Remote Config [candidate] (663.477 µs) : 0, 663 Telemetry [baseline] (8.212 ms) : 0, 8212 Telemetry [candidate] (8.221 ms) : 0, 8221 ProfilingAgent [baseline] (103.647 ms) : 0, 103647 ProfilingAgent [candidate] (96.836 ms) : 0, 96836 Profiling [baseline] (103.671 ms) : 0, 103671 Profiling [candidate] (96.86 ms) : 0, 96860 Startup time reports for insecure-bankgantt title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section tracing Agent [baseline] (1.03 s) : 0, 1030313 Total [baseline] (8.57 s) : 0, 8570286 Agent [candidate] (1.009 s) : 0, 1008695 Total [candidate] (8.472 s) : 0, 8472339 section iast Agent [baseline] (1.166 s) : 0, 1165746 Total [baseline] (9.187 s) : 0, 9187061 Agent [candidate] (1.144 s) : 0, 1144447 Total [candidate] (9.26 s) : 0, 9259956 section iast_HARDCODED_SECRET_DISABLED Agent [baseline] (1.159 s) : 0, 1158837 Total [baseline] (9.161 s) : 0, 9160931 Agent [candidate] (1.134 s) : 0, 1134235 Total [candidate] (9.138 s) : 0, 9138191 section iast_TELEMETRY_OFF Agent [baseline] (1.162 s) : 0, 1161863 Total [baseline] (9.28 s) : 0, 9279904 Agent [candidate] (1.132 s) : 0, 1131773 Total [candidate] (9.199 s) : 0, 9199275
gantt title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section tracing BytebuddyAgent [baseline] (688.204 ms) : 0, 688204 BytebuddyAgent [candidate] (670.407 ms) : 0, 670407 GlobalTracer [baseline] (241.763 ms) : 0, 241763 GlobalTracer [candidate] (239.866 ms) : 0, 239866 AppSec [baseline] (57.316 ms) : 0, 57316 AppSec [candidate] (54.947 ms) : 0, 54947 Debugger [baseline] (6.268 ms) : 0, 6268 Debugger [candidate] (6.266 ms) : 0, 6266 Remote Config [baseline] (753.214 µs) : 0, 753 Remote Config [candidate] (726.846 µs) : 0, 727 Telemetry [baseline] (12.268 ms) : 0, 12268 Telemetry [candidate] (12.96 ms) : 0, 12960 section iast BytebuddyAgent [baseline] (813.602 ms) : 0, 813602 BytebuddyAgent [candidate] (793.888 ms) : 0, 793888 GlobalTracer [baseline] (233.276 ms) : 0, 233276 GlobalTracer [candidate] (232.186 ms) : 0, 232186 AppSec [baseline] (52.885 ms) : 0, 52885 AppSec [candidate] (57.078 ms) : 0, 57078 Debugger [baseline] (6.019 ms) : 0, 6019 Debugger [candidate] (5.973 ms) : 0, 5973 Remote Config [baseline] (622.596 µs) : 0, 623 Remote Config [candidate] (607.193 µs) : 0, 607 Telemetry [baseline] (8.014 ms) : 0, 8014 Telemetry [candidate] (7.98 ms) : 0, 7980 IAST [baseline] (27.518 ms) : 0, 27518 IAST [candidate] (23.144 ms) : 0, 23144 section iast_HARDCODED_SECRET_DISABLED BytebuddyAgent [baseline] (808.202 ms) : 0, 808202 BytebuddyAgent [candidate] (787.487 ms) : 0, 787487 GlobalTracer [baseline] (231.923 ms) : 0, 231923 GlobalTracer [candidate] (229.712 ms) : 0, 229712 AppSec [baseline] (52.305 ms) : 0, 52305 AppSec [candidate] (56.451 ms) : 0, 56451 Debugger [baseline] (6.067 ms) : 0, 6067 Debugger [candidate] (5.889 ms) : 0, 5889 Remote Config [baseline] (606.122 µs) : 0, 606 Remote Config [candidate] (580.359 µs) : 0, 580 Telemetry [baseline] (8.019 ms) : 0, 8019 Telemetry [candidate] (7.849 ms) : 0, 7849 IAST [baseline] (28.027 ms) : 0, 28027 IAST [candidate] (22.823 ms) : 0, 22823 section iast_TELEMETRY_OFF BytebuddyAgent [baseline] (809.581 ms) : 0, 809581 BytebuddyAgent [candidate] (786.153 ms) : 0, 786153 GlobalTracer [baseline] (233.201 ms) : 0, 233201 GlobalTracer [candidate] (229.424 ms) : 0, 229424 AppSec [baseline] (52.054 ms) : 0, 52054 AppSec [candidate] (56.272 ms) : 0, 56272 Debugger [baseline] (6.14 ms) : 0, 6140 Debugger [candidate] (5.885 ms) : 0, 5885 Remote Config [baseline] (642.837 µs) : 0, 643 Remote Config [candidate] (592.371 µs) : 0, 592 Telemetry [baseline] (8.091 ms) : 0, 8091 Telemetry [candidate] (7.663 ms) : 0, 7663 IAST [baseline] (28.443 ms) : 0, 28443 IAST [candidate] (22.285 ms) : 0, 22285 LoadParameters
See matching parameters
SummaryFound 2 performance improvements and 2 performance regressions! Performance is the same for 5 metrics, 19 unstable metrics.
DacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. Execution time for tomcatgantt title tomcat - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section baseline no_agent (1.474 ms) : 1463, 1486 . : milestone, 1474, appsec (2.41 ms) : 2361, 2459 . : milestone, 2410, iast (2.207 ms) : 2144, 2269 . : milestone, 2207, iast_GLOBAL (2.241 ms) : 2179, 2303 . : milestone, 2241, profiling (2.054 ms) : 2003, 2105 . : milestone, 2054, tracing (2.018 ms) : 1970, 2066 . : milestone, 2018, section candidate no_agent (1.478 ms) : 1467, 1490 . : milestone, 1478, appsec (2.412 ms) : 2363, 2462 . : milestone, 2412, iast (2.19 ms) : 2128, 2251 . : milestone, 2190, iast_GLOBAL (2.237 ms) : 2175, 2300 . : milestone, 2237, profiling (2.054 ms) : 2003, 2105 . : milestone, 2054, tracing (2.019 ms) : 1971, 2067 . : milestone, 2019,
Execution time for biojavagantt title biojava - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~b013431d32, baseline=1.50.0-SNAPSHOT~7787af738f dateFormat X axisFormat %s section baseline no_agent (15.025 s) : 15025000, 15025000 . : milestone, 15025000, appsec (14.787 s) : 14787000, 14787000 . : milestone, 14787000, iast (18.795 s) : 18795000, 18795000 . : milestone, 18795000, iast_GLOBAL (18.191 s) : 18191000, 18191000 . : milestone, 18191000, profiling (15.086 s) : 15086000, 15086000 . : milestone, 15086000, tracing (14.985 s) : 14985000, 14985000 . : milestone, 14985000, section candidate no_agent (15.476 s) : 15476000, 15476000 . : milestone, 15476000, appsec (14.875 s) : 14875000, 14875000 . : milestone, 14875000, iast (18.824 s) : 18824000, 18824000 . : milestone, 18824000, iast_GLOBAL (18.171 s) : 18171000, 18171000 . : milestone, 18171000, profiling (15.697 s) : 15697000, 15697000 . : milestone, 15697000, tracing (14.985 s) : 14985000, 14985000 . : milestone, 14985000,
|
auto-merge was automatically disabled June 5, 2025 13:49
Pull request was closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: ci visibility Continuous Integration Visibility type: enhancement Enhancements and improvements
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Backport #8903 to release/v1.49.x