Skip to content

Crashtracking siginfo missed some information#10907

Open
bric3 wants to merge 2 commits intomasterfrom
bdu/siginfo-fix
Open

Crashtracking siginfo missed some information#10907
bric3 wants to merge 2 commits intomasterfrom
bdu/siginfo-fix

Conversation

@bric3
Copy link
Contributor

@bric3 bric3 commented Mar 19, 2026

What Does This Do

Emit the si_code and its human-readable string, that was missing in the payload.

Motivation

Additional Notes

Contributor Checklist

@bric3 bric3 requested a review from a team as a code owner March 19, 2026 14:16
@bric3 bric3 added type: bug Bug report and fix comp: crash tracking Crash Tracking labels Mar 19, 2026
@pr-commenter
Copy link

pr-commenter bot commented Mar 19, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/siginfo-fix
git_commit_date 1773923179 1773929407
git_commit_sha 018d1ea b2d1752
release_version 1.61.0-SNAPSHOT~018d1ea157 1.61.0-SNAPSHOT~b2d175283b
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773931336 1773931336
ci_job_id 1521597688 1521597688
ci_pipeline_id 103499326 103499326
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-5igtqd8m 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-5igtqd8m 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 64 metrics, 7 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.057 s) : 0, 1056952
Total [baseline] (8.869 s) : 0, 8868721
Agent [candidate] (1.062 s) : 0, 1061809
Total [candidate] (8.856 s) : 0, 8856036
section iast
Agent [baseline] (1.224 s) : 0, 1224218
Total [baseline] (9.579 s) : 0, 9579003
Agent [candidate] (1.235 s) : 0, 1234603
Total [candidate] (9.592 s) : 0, 9592405
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.057 s -
Agent iast 1.224 s 167.266 ms (15.8%)
Total tracing 8.869 s -
Total iast 9.579 s 710.282 ms (8.0%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.062 s -
Agent iast 1.235 s 172.794 ms (16.3%)
Total tracing 8.856 s -
Total iast 9.592 s 736.368 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.201 ms) : 0, 1201
crashtracking [candidate] (1.21 ms) : 0, 1210
BytebuddyAgent [baseline] (628.336 ms) : 0, 628336
BytebuddyAgent [candidate] (632.755 ms) : 0, 632755
AgentMeter [baseline] (29.082 ms) : 0, 29082
AgentMeter [candidate] (29.293 ms) : 0, 29293
GlobalTracer [baseline] (257.148 ms) : 0, 257148
GlobalTracer [candidate] (258.586 ms) : 0, 258586
AppSec [baseline] (31.731 ms) : 0, 31731
AppSec [candidate] (31.867 ms) : 0, 31867
Debugger [baseline] (59.635 ms) : 0, 59635
Debugger [candidate] (59.847 ms) : 0, 59847
Remote Config [baseline] (589.324 µs) : 0, 589
Remote Config [candidate] (579.398 µs) : 0, 579
Telemetry [baseline] (8.004 ms) : 0, 8004
Telemetry [candidate] (8.053 ms) : 0, 8053
Flare Poller [baseline] (5.107 ms) : 0, 5107
Flare Poller [candidate] (3.53 ms) : 0, 3530
section iast
crashtracking [baseline] (1.191 ms) : 0, 1191
crashtracking [candidate] (1.199 ms) : 0, 1199
BytebuddyAgent [baseline] (794.525 ms) : 0, 794525
BytebuddyAgent [candidate] (801.823 ms) : 0, 801823
AgentMeter [baseline] (11.278 ms) : 0, 11278
AgentMeter [candidate] (11.528 ms) : 0, 11528
GlobalTracer [baseline] (246.615 ms) : 0, 246615
GlobalTracer [candidate] (248.253 ms) : 0, 248253
IAST [baseline] (25.267 ms) : 0, 25267
IAST [candidate] (25.503 ms) : 0, 25503
AppSec [baseline] (27.4 ms) : 0, 27400
AppSec [candidate] (26.686 ms) : 0, 26686
Debugger [baseline] (68.79 ms) : 0, 68790
Debugger [candidate] (69.423 ms) : 0, 69423
Remote Config [baseline] (534.05 µs) : 0, 534
Remote Config [candidate] (529.568 µs) : 0, 530
Telemetry [baseline] (9.141 ms) : 0, 9141
Telemetry [candidate] (9.738 ms) : 0, 9738
Flare Poller [baseline] (3.361 ms) : 0, 3361
Flare Poller [candidate] (3.589 ms) : 0, 3589
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.056 s) : 0, 1055642
Total [baseline] (11.05 s) : 0, 11049981
Agent [candidate] (1.064 s) : 0, 1064096
Total [candidate] (11.137 s) : 0, 11136577
section appsec
Agent [baseline] (1.244 s) : 0, 1244430
Total [baseline] (11.188 s) : 0, 11187734
Agent [candidate] (1.252 s) : 0, 1251884
Total [candidate] (11.176 s) : 0, 11176225
section iast
Agent [baseline] (1.227 s) : 0, 1226737
Total [baseline] (11.335 s) : 0, 11334705
Agent [candidate] (1.235 s) : 0, 1234630
Total [candidate] (11.359 s) : 0, 11359174
section profiling
Agent [baseline] (1.193 s) : 0, 1193273
Total [baseline] (11.065 s) : 0, 11064533
Agent [candidate] (1.179 s) : 0, 1179055
Total [candidate] (10.89 s) : 0, 10890004
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.056 s -
Agent appsec 1.244 s 188.788 ms (17.9%)
Agent iast 1.227 s 171.096 ms (16.2%)
Agent profiling 1.193 s 137.632 ms (13.0%)
Total tracing 11.05 s -
Total appsec 11.188 s 137.752 ms (1.2%)
Total iast 11.335 s 284.723 ms (2.6%)
Total profiling 11.065 s 14.551 ms (0.1%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.064 s -
Agent appsec 1.252 s 187.788 ms (17.6%)
Agent iast 1.235 s 170.535 ms (16.0%)
Agent profiling 1.179 s 114.959 ms (10.8%)
Total tracing 11.137 s -
Total appsec 11.176 s 39.648 ms (0.4%)
Total iast 11.359 s 222.597 ms (2.0%)
Total profiling 10.89 s -246.574 ms (-2.2%)
gantt
    title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.191 ms) : 0, 1191
crashtracking [candidate] (1.193 ms) : 0, 1193
BytebuddyAgent [baseline] (627.64 ms) : 0, 627640
BytebuddyAgent [candidate] (632.888 ms) : 0, 632888
AgentMeter [baseline] (29.061 ms) : 0, 29061
AgentMeter [candidate] (29.427 ms) : 0, 29427
GlobalTracer [baseline] (256.912 ms) : 0, 256912
GlobalTracer [candidate] (258.705 ms) : 0, 258705
AppSec [baseline] (31.663 ms) : 0, 31663
AppSec [candidate] (31.993 ms) : 0, 31993
Debugger [baseline] (60.288 ms) : 0, 60288
Debugger [candidate] (60.758 ms) : 0, 60758
Remote Config [baseline] (584.219 µs) : 0, 584
Remote Config [candidate] (591.808 µs) : 0, 592
Telemetry [baseline] (7.955 ms) : 0, 7955
Telemetry [candidate] (8.115 ms) : 0, 8115
Flare Poller [baseline] (4.286 ms) : 0, 4286
Flare Poller [candidate] (4.28 ms) : 0, 4280
section appsec
crashtracking [baseline] (1.202 ms) : 0, 1202
crashtracking [candidate] (1.203 ms) : 0, 1203
BytebuddyAgent [baseline] (657.362 ms) : 0, 657362
BytebuddyAgent [candidate] (661.396 ms) : 0, 661396
AgentMeter [baseline] (11.959 ms) : 0, 11959
AgentMeter [candidate] (12.003 ms) : 0, 12003
GlobalTracer [baseline] (257.512 ms) : 0, 257512
GlobalTracer [candidate] (258.645 ms) : 0, 258645
IAST [baseline] (24.155 ms) : 0, 24155
IAST [candidate] (24.387 ms) : 0, 24387
AppSec [baseline] (177.529 ms) : 0, 177529
AppSec [candidate] (178.932 ms) : 0, 178932
Debugger [baseline] (65.897 ms) : 0, 65897
Debugger [candidate] (66.425 ms) : 0, 66425
Remote Config [baseline] (635.696 µs) : 0, 636
Remote Config [candidate] (641.332 µs) : 0, 641
Telemetry [baseline] (8.315 ms) : 0, 8315
Telemetry [candidate] (8.29 ms) : 0, 8290
Flare Poller [baseline] (3.599 ms) : 0, 3599
Flare Poller [candidate] (3.582 ms) : 0, 3582
section iast
crashtracking [baseline] (1.188 ms) : 0, 1188
crashtracking [candidate] (1.193 ms) : 0, 1193
BytebuddyAgent [baseline] (795.151 ms) : 0, 795151
BytebuddyAgent [candidate] (801.16 ms) : 0, 801160
AgentMeter [baseline] (11.332 ms) : 0, 11332
AgentMeter [candidate] (11.59 ms) : 0, 11590
GlobalTracer [baseline] (246.787 ms) : 0, 246787
GlobalTracer [candidate] (248.441 ms) : 0, 248441
IAST [baseline] (25.301 ms) : 0, 25301
IAST [candidate] (25.516 ms) : 0, 25516
AppSec [baseline] (26.599 ms) : 0, 26599
AppSec [candidate] (26.652 ms) : 0, 26652
Debugger [baseline] (71.279 ms) : 0, 71279
Debugger [candidate] (70.724 ms) : 0, 70724
Remote Config [baseline] (535.649 µs) : 0, 536
Remote Config [candidate] (531.693 µs) : 0, 532
Telemetry [baseline] (9.213 ms) : 0, 9213
Telemetry [candidate] (9.198 ms) : 0, 9198
Flare Poller [baseline] (3.322 ms) : 0, 3322
Flare Poller [candidate] (3.378 ms) : 0, 3378
section profiling
crashtracking [baseline] (1.19 ms) : 0, 1190
crashtracking [candidate] (1.173 ms) : 0, 1173
BytebuddyAgent [baseline] (688.694 ms) : 0, 688694
BytebuddyAgent [candidate] (680.567 ms) : 0, 680567
AgentMeter [baseline] (8.754 ms) : 0, 8754
AgentMeter [candidate] (8.571 ms) : 0, 8571
GlobalTracer [baseline] (217.684 ms) : 0, 217684
GlobalTracer [candidate] (215.378 ms) : 0, 215378
AppSec [baseline] (32.463 ms) : 0, 32463
AppSec [candidate] (32.0 ms) : 0, 32000
Debugger [baseline] (66.415 ms) : 0, 66415
Debugger [candidate] (64.662 ms) : 0, 64662
Remote Config [baseline] (569.562 µs) : 0, 570
Remote Config [candidate] (558.145 µs) : 0, 558
Telemetry [baseline] (7.775 ms) : 0, 7775
Telemetry [candidate] (7.728 ms) : 0, 7728
Flare Poller [baseline] (3.534 ms) : 0, 3534
Flare Poller [candidate] (4.231 ms) : 0, 4231
ProfilingAgent [baseline] (94.753 ms) : 0, 94753
ProfilingAgent [candidate] (93.516 ms) : 0, 93516
Profiling [baseline] (95.334 ms) : 0, 95334
Profiling [candidate] (94.07 ms) : 0, 94070
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/siginfo-fix
git_commit_date 1773923179 1773929407
git_commit_sha 018d1ea b2d1752
release_version 1.61.0-SNAPSHOT~018d1ea157 1.61.0-SNAPSHOT~b2d175283b
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773931821 1773931821
ci_job_id 1521597695 1521597695
ci_pipeline_id 103499326 103499326
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-7tivtvus 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-1-7tivtvus 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 3 performance regressions! Performance is the same for 18 metrics, 15 unstable metrics.

scenario Δ mean agg_http_req_duration_p50 Δ mean agg_http_req_duration_p95 Δ mean throughput candidate mean agg_http_req_duration_p50 candidate mean agg_http_req_duration_p95 candidate mean throughput baseline mean agg_http_req_duration_p50 baseline mean agg_http_req_duration_p95 baseline mean throughput
scenario:load:petclinic:appsec:high_load worse
[+1.095ms; +2.031ms] or [+6.032%; +11.181%]
worse
[+1.017ms; +2.721ms] or [+3.403%; +9.108%]
unstable
[-43.763op/s; +8.200op/s] or [-17.312%; +3.244%]
19.724ms 31.742ms 235.000op/s 18.161ms 29.873ms 252.781op/s
scenario:load:petclinic:tracing:high_load worse
[+0.794ms; +1.647ms] or [+4.623%; +9.592%]
unsure
[+201.078µs; +1666.210µs] or [+0.702%; +5.813%]
unstable
[-41.918op/s; +11.793op/s] or [-15.827%; +4.453%]
18.393ms 29.596ms 249.781op/s 17.173ms 28.662ms 264.844op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.327 ms) : 19129, 19526
.   : milestone, 19327,
appsec (18.467 ms) : 18279, 18655
.   : milestone, 18467,
code_origins (18.134 ms) : 17951, 18317
.   : milestone, 18134,
iast (18.52 ms) : 18333, 18707
.   : milestone, 18520,
profiling (18.763 ms) : 18573, 18952
.   : milestone, 18763,
tracing (17.619 ms) : 17445, 17793
.   : milestone, 17619,
section candidate
no_agent (19.292 ms) : 19093, 19491
.   : milestone, 19292,
appsec (19.872 ms) : 19669, 20074
.   : milestone, 19872,
code_origins (17.665 ms) : 17490, 17839
.   : milestone, 17665,
iast (18.03 ms) : 17852, 18208
.   : milestone, 18030,
profiling (18.377 ms) : 18194, 18560
.   : milestone, 18377,
tracing (18.684 ms) : 18497, 18871
.   : milestone, 18684,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.327 ms [19.129 ms, 19.526 ms] -
appsec 18.467 ms [18.279 ms, 18.655 ms] -860.304 µs (-4.5%)
code_origins 18.134 ms [17.951 ms, 18.317 ms] -1.193 ms (-6.2%)
iast 18.52 ms [18.333 ms, 18.707 ms] -807.561 µs (-4.2%)
profiling 18.763 ms [18.573 ms, 18.952 ms] -564.527 µs (-2.9%)
tracing 17.619 ms [17.445 ms, 17.793 ms] -1.708 ms (-8.8%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.292 ms [19.093 ms, 19.491 ms] -
appsec 19.872 ms [19.669 ms, 20.074 ms] 579.483 µs (3.0%)
code_origins 17.665 ms [17.49 ms, 17.839 ms] -1.628 ms (-8.4%)
iast 18.03 ms [17.852 ms, 18.208 ms] -1.262 ms (-6.5%)
profiling 18.377 ms [18.194 ms, 18.56 ms] -915.015 µs (-4.7%)
tracing 18.684 ms [18.497 ms, 18.871 ms] -608.238 µs (-3.2%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.2 ms) : 1188, 1212
.   : milestone, 1200,
iast (3.093 ms) : 3049, 3138
.   : milestone, 3093,
iast_FULL (5.748 ms) : 5691, 5805
.   : milestone, 5748,
iast_GLOBAL (3.416 ms) : 3360, 3472
.   : milestone, 3416,
profiling (2.069 ms) : 2051, 2087
.   : milestone, 2069,
tracing (1.844 ms) : 1827, 1862
.   : milestone, 1844,
section candidate
no_agent (1.169 ms) : 1158, 1180
.   : milestone, 1169,
iast (3.072 ms) : 3033, 3112
.   : milestone, 3072,
iast_FULL (5.694 ms) : 5637, 5751
.   : milestone, 5694,
iast_GLOBAL (3.285 ms) : 3237, 3333
.   : milestone, 3285,
profiling (2.162 ms) : 2141, 2182
.   : milestone, 2162,
tracing (1.797 ms) : 1781, 1812
.   : milestone, 1797,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.2 ms [1.188 ms, 1.212 ms] -
iast 3.093 ms [3.049 ms, 3.138 ms] 1.893 ms (157.7%)
iast_FULL 5.748 ms [5.691 ms, 5.805 ms] 4.548 ms (378.9%)
iast_GLOBAL 3.416 ms [3.36 ms, 3.472 ms] 2.216 ms (184.6%)
profiling 2.069 ms [2.051 ms, 2.087 ms] 868.732 µs (72.4%)
tracing 1.844 ms [1.827 ms, 1.862 ms] 644.232 µs (53.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.169 ms [1.158 ms, 1.18 ms] -
iast 3.072 ms [3.033 ms, 3.112 ms] 1.903 ms (162.8%)
iast_FULL 5.694 ms [5.637 ms, 5.751 ms] 4.525 ms (387.0%)
iast_GLOBAL 3.285 ms [3.237 ms, 3.333 ms] 2.116 ms (180.9%)
profiling 2.162 ms [2.141 ms, 2.182 ms] 992.365 µs (84.9%)
tracing 1.797 ms [1.781 ms, 1.812 ms] 627.456 µs (53.7%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/siginfo-fix
git_commit_date 1773923179 1773929407
git_commit_sha 018d1ea b2d1752
release_version 1.61.0-SNAPSHOT~018d1ea157 1.61.0-SNAPSHOT~b2d175283b
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1773931552 1773931552
ci_job_id 1521597701 1521597701
ci_pipeline_id 103499326 103499326
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-91tvxb7u 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-1-91tvxb7u 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 1 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 0 unstable metrics.

scenario Δ mean execution_time candidate mean execution_time baseline mean execution_time
scenario:dacapo:tomcat:appsec better
[-1.470ms; -1.122ms] or [-38.716%; -29.572%]
2.500ms 3.796ms
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.474 ms) : 1462, 1485
.   : milestone, 1474,
appsec (3.796 ms) : 3574, 4017
.   : milestone, 3796,
iast (2.258 ms) : 2189, 2328
.   : milestone, 2258,
iast_GLOBAL (2.304 ms) : 2234, 2373
.   : milestone, 2304,
profiling (2.084 ms) : 2029, 2139
.   : milestone, 2084,
tracing (2.067 ms) : 2013, 2121
.   : milestone, 2067,
section candidate
no_agent (1.473 ms) : 1462, 1485
.   : milestone, 1473,
appsec (2.5 ms) : 2445, 2554
.   : milestone, 2500,
iast (2.256 ms) : 2187, 2324
.   : milestone, 2256,
iast_GLOBAL (2.298 ms) : 2229, 2368
.   : milestone, 2298,
profiling (2.104 ms) : 2048, 2160
.   : milestone, 2104,
tracing (2.057 ms) : 2004, 2111
.   : milestone, 2057,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.474 ms [1.462 ms, 1.485 ms] -
appsec 3.796 ms [3.574 ms, 4.017 ms] 2.322 ms (157.5%)
iast 2.258 ms [2.189 ms, 2.328 ms] 784.375 µs (53.2%)
iast_GLOBAL 2.304 ms [2.234 ms, 2.373 ms] 829.996 µs (56.3%)
profiling 2.084 ms [2.029 ms, 2.139 ms] 609.95 µs (41.4%)
tracing 2.067 ms [2.013 ms, 2.121 ms] 593.038 µs (40.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.473 ms [1.462 ms, 1.485 ms] -
appsec 2.5 ms [2.445 ms, 2.554 ms] 1.027 ms (69.7%)
iast 2.256 ms [2.187 ms, 2.324 ms] 782.476 µs (53.1%)
iast_GLOBAL 2.298 ms [2.229 ms, 2.368 ms] 825.222 µs (56.0%)
profiling 2.104 ms [2.048 ms, 2.16 ms] 631.128 µs (42.8%)
tracing 2.057 ms [2.004 ms, 2.111 ms] 584.264 µs (39.7%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~b2d175283b, baseline=1.61.0-SNAPSHOT~018d1ea157
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.636 s) : 15636000, 15636000
.   : milestone, 15636000,
appsec (14.702 s) : 14702000, 14702000
.   : milestone, 14702000,
iast (18.233 s) : 18233000, 18233000
.   : milestone, 18233000,
iast_GLOBAL (17.937 s) : 17937000, 17937000
.   : milestone, 17937000,
profiling (15.054 s) : 15054000, 15054000
.   : milestone, 15054000,
tracing (14.873 s) : 14873000, 14873000
.   : milestone, 14873000,
section candidate
no_agent (15.419 s) : 15419000, 15419000
.   : milestone, 15419000,
appsec (14.744 s) : 14744000, 14744000
.   : milestone, 14744000,
iast (18.155 s) : 18155000, 18155000
.   : milestone, 18155000,
iast_GLOBAL (17.899 s) : 17899000, 17899000
.   : milestone, 17899000,
profiling (15.003 s) : 15003000, 15003000
.   : milestone, 15003000,
tracing (14.836 s) : 14836000, 14836000
.   : milestone, 14836000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.636 s [15.636 s, 15.636 s] -
appsec 14.702 s [14.702 s, 14.702 s] -934.0 ms (-6.0%)
iast 18.233 s [18.233 s, 18.233 s] 2.597 s (16.6%)
iast_GLOBAL 17.937 s [17.937 s, 17.937 s] 2.301 s (14.7%)
profiling 15.054 s [15.054 s, 15.054 s] -582.0 ms (-3.7%)
tracing 14.873 s [14.873 s, 14.873 s] -763.0 ms (-4.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.419 s [15.419 s, 15.419 s] -
appsec 14.744 s [14.744 s, 14.744 s] -675.0 ms (-4.4%)
iast 18.155 s [18.155 s, 18.155 s] 2.736 s (17.7%)
iast_GLOBAL 17.899 s [17.899 s, 17.899 s] 2.48 s (16.1%)
profiling 15.003 s [15.003 s, 15.003 s] -416.0 ms (-2.7%)
tracing 14.836 s [14.836 s, 14.836 s] -583.0 ms (-3.8%)

@bric3 bric3 requested a review from amarziali March 19, 2026 15:48
writer.name("si_signo_human_readable").value(payload.sigInfo.name);
writer.name("si_signo").value(payload.sigInfo.number);
}
if (payload.sigInfo.action != null) {
Copy link
Contributor

@amarziali amarziali Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: are those field accepted by the current schema? I don't see si_pid and si_uid: https://github.com/DataDog/libdatadog/blob/main/docs/RFCs/0005-crashtracker-structured-log-format.md#fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: crash tracking Crash Tracking type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants