Skip to content

Mute tracing for subprocesses executed by bootstrap telemetry logic. #9005

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

Merged
merged 15 commits into from
Jul 3, 2025

Conversation

AlexeyKuznetsov-DD
Copy link
Contributor

What Does This Do

The bootstrap logic runs external process to forward some initial telemetry. The subprocess instrumentation creates span for this which may be confusing to users.

Motivation

Reduce noise for the end user.

Additional Notes

We have similar logic in couple of other places, see #6584 as example.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Jun 18, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added type: enhancement Enhancements and improvements comp: core Tracer core tag: no release notes Changes to exclude from release notes labels Jun 18, 2025
@pr-commenter
Copy link

pr-commenter bot commented Jun 18, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/mute-forwarder-trace
git_commit_date 1751552507 1751552529
git_commit_sha 5d247c5 8ba526a
release_version 1.51.0-SNAPSHOT~5d247c5f5e 1.51.0-SNAPSHOT~8ba526acdb
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1751554403 1751554403
ci_job_id 1012429033 1012429033
ci_pipeline_id 69569746 69569746
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-gmar40vq 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-gmar40vq 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 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 45 metrics, 8 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.002 s) : 0, 1002246
Total [baseline] (10.647 s) : 0, 10647162
Agent [candidate] (999.319 ms) : 0, 999319
Total [candidate] (10.644 s) : 0, 10643757
section appsec
Agent [baseline] (1.176 s) : 0, 1175595
Total [baseline] (10.763 s) : 0, 10762572
Agent [candidate] (1.177 s) : 0, 1177096
Total [candidate] (10.738 s) : 0, 10737941
section iast
Agent [baseline] (1.143 s) : 0, 1142877
Total [baseline] (10.853 s) : 0, 10852530
Agent [candidate] (1.136 s) : 0, 1136491
Total [candidate] (10.829 s) : 0, 10828596
section profiling
Agent [baseline] (1.245 s) : 0, 1245201
Total [baseline] (10.96 s) : 0, 10959784
Agent [candidate] (1.248 s) : 0, 1248291
Total [candidate] (10.958 s) : 0, 10958419
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.002 s -
Agent appsec 1.176 s 173.349 ms (17.3%)
Agent iast 1.143 s 140.631 ms (14.0%)
Agent profiling 1.245 s 242.954 ms (24.2%)
Total tracing 10.647 s -
Total appsec 10.763 s 115.41 ms (1.1%)
Total iast 10.853 s 205.368 ms (1.9%)
Total profiling 10.96 s 312.622 ms (2.9%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 999.319 ms -
Agent appsec 1.177 s 177.777 ms (17.8%)
Agent iast 1.136 s 137.172 ms (13.7%)
Agent profiling 1.248 s 248.972 ms (24.9%)
Total tracing 10.644 s -
Total appsec 10.738 s 94.184 ms (0.9%)
Total iast 10.829 s 184.84 ms (1.7%)
Total profiling 10.958 s 314.662 ms (3.0%)
gantt
    title petclinic - break down per module: candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (692.53 ms) : 0, 692530
BytebuddyAgent [candidate] (690.213 ms) : 0, 690213
GlobalTracer [baseline] (243.425 ms) : 0, 243425
GlobalTracer [candidate] (242.8 ms) : 0, 242800
AppSec [baseline] (30.37 ms) : 0, 30370
AppSec [candidate] (30.317 ms) : 0, 30317
Debugger [baseline] (6.114 ms) : 0, 6114
Debugger [candidate] (6.126 ms) : 0, 6126
Remote Config [baseline] (685.486 µs) : 0, 685
Remote Config [candidate] (678.226 µs) : 0, 678
Telemetry [baseline] (8.216 ms) : 0, 8216
Telemetry [candidate] (8.248 ms) : 0, 8248
section appsec
BytebuddyAgent [baseline] (710.205 ms) : 0, 710205
BytebuddyAgent [candidate] (711.303 ms) : 0, 711303
GlobalTracer [baseline] (235.22 ms) : 0, 235220
GlobalTracer [candidate] (235.63 ms) : 0, 235630
IAST [baseline] (23.332 ms) : 0, 23332
IAST [candidate] (23.359 ms) : 0, 23359
AppSec [baseline] (171.73 ms) : 0, 171730
AppSec [candidate] (171.619 ms) : 0, 171619
Debugger [baseline] (5.719 ms) : 0, 5719
Debugger [candidate] (5.716 ms) : 0, 5716
Remote Config [baseline] (598.198 µs) : 0, 598
Remote Config [candidate] (606.455 µs) : 0, 606
Telemetry [baseline] (7.985 ms) : 0, 7985
Telemetry [candidate] (8.001 ms) : 0, 8001
section iast
BytebuddyAgent [baseline] (815.048 ms) : 0, 815048
BytebuddyAgent [candidate] (809.706 ms) : 0, 809706
GlobalTracer [baseline] (234.888 ms) : 0, 234888
GlobalTracer [candidate] (233.818 ms) : 0, 233818
IAST [baseline] (28.652 ms) : 0, 28652
IAST [candidate] (25.602 ms) : 0, 25602
AppSec [baseline] (28.792 ms) : 0, 28792
AppSec [candidate] (31.93 ms) : 0, 31930
Debugger [baseline] (5.869 ms) : 0, 5869
Debugger [candidate] (5.89 ms) : 0, 5890
Remote Config [baseline] (591.234 µs) : 0, 591
Remote Config [candidate] (587.519 µs) : 0, 588
Telemetry [baseline] (8.083 ms) : 0, 8083
Telemetry [candidate] (8.097 ms) : 0, 8097
section profiling
BytebuddyAgent [baseline] (678.517 ms) : 0, 678517
BytebuddyAgent [candidate] (680.529 ms) : 0, 680529
GlobalTracer [baseline] (361.792 ms) : 0, 361792
GlobalTracer [candidate] (362.296 ms) : 0, 362296
AppSec [baseline] (31.517 ms) : 0, 31517
AppSec [candidate] (33.138 ms) : 0, 33138
Debugger [baseline] (12.798 ms) : 0, 12798
Debugger [candidate] (10.794 ms) : 0, 10794
Remote Config [baseline] (664.495 µs) : 0, 664
Remote Config [candidate] (665.229 µs) : 0, 665
Telemetry [baseline] (7.982 ms) : 0, 7982
Telemetry [candidate] (8.834 ms) : 0, 8834
ProfilingAgent [baseline] (103.181 ms) : 0, 103181
ProfilingAgent [candidate] (103.066 ms) : 0, 103066
Profiling [baseline] (103.207 ms) : 0, 103207
Profiling [candidate] (103.09 ms) : 0, 103090
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.017 s) : 0, 1016889
Total [baseline] (8.692 s) : 0, 8691626
Agent [candidate] (1.002 s) : 0, 1002067
Total [candidate] (8.588 s) : 0, 8587815
section iast
Agent [baseline] (1.138 s) : 0, 1137678
Total [baseline] (9.33 s) : 0, 9330258
Agent [candidate] (1.136 s) : 0, 1136304
Total [candidate] (9.303 s) : 0, 9303192
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.017 s -
Agent iast 1.138 s 120.789 ms (11.9%)
Total tracing 8.692 s -
Total iast 9.33 s 638.632 ms (7.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.002 s -
Agent iast 1.136 s 134.237 ms (13.4%)
Total tracing 8.588 s -
Total iast 9.303 s 715.377 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (704.012 ms) : 0, 704012
BytebuddyAgent [candidate] (692.329 ms) : 0, 692329
GlobalTracer [baseline] (245.669 ms) : 0, 245669
GlobalTracer [candidate] (243.238 ms) : 0, 243238
AppSec [baseline] (30.78 ms) : 0, 30780
AppSec [candidate] (30.536 ms) : 0, 30536
Debugger [baseline] (6.157 ms) : 0, 6157
Debugger [candidate] (6.094 ms) : 0, 6094
Remote Config [baseline] (693.496 µs) : 0, 693
Remote Config [candidate] (678.909 µs) : 0, 679
Telemetry [baseline] (8.432 ms) : 0, 8432
Telemetry [candidate] (8.301 ms) : 0, 8301
section iast
BytebuddyAgent [baseline] (809.283 ms) : 0, 809283
BytebuddyAgent [candidate] (810.813 ms) : 0, 810813
GlobalTracer [baseline] (234.755 ms) : 0, 234755
GlobalTracer [candidate] (233.383 ms) : 0, 233383
IAST [baseline] (25.681 ms) : 0, 25681
IAST [candidate] (29.315 ms) : 0, 29315
AppSec [baseline] (30.838 ms) : 0, 30838
AppSec [candidate] (27.559 ms) : 0, 27559
Debugger [baseline] (6.693 ms) : 0, 6693
Debugger [candidate] (5.805 ms) : 0, 5805
Remote Config [baseline] (590.049 µs) : 0, 590
Remote Config [candidate] (575.251 µs) : 0, 575
Telemetry [baseline] (8.167 ms) : 0, 8167
Telemetry [candidate] (7.998 ms) : 0, 7998
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/mute-forwarder-trace
git_commit_date 1751552507 1751552529
git_commit_sha 5d247c5 8ba526a
release_version 1.51.0-SNAPSHOT~5d247c5f5e 1.51.0-SNAPSHOT~8ba526acdb
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1751554077 1751554077
ci_job_id 1012429035 1012429035
ci_pipeline_id 69569746 69569746
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-0webkbpl 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-0webkbpl 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 4 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 12 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:petclinic:iast:high_load better
[-2.460ms; -1.592ms] or [-5.382%; -3.483%]
unstable
[-2.503op/s; +12.003op/s] or [-2.446%; +11.729%]
43.681ms 107.088op/s 45.707ms 102.338op/s
scenario:load:petclinic:code_origins:high_load better
[-2.665ms; -1.824ms] or [-5.821%; -3.984%]
unstable
[-2.179op/s; +12.679op/s] or [-2.132%; +12.409%]
43.540ms 107.425op/s 45.785ms 102.175op/s
scenario:load:petclinic:profiling:high_load better
[-2.390ms; -1.334ms] or [-4.776%; -2.665%]
unstable
[-3.332op/s; +10.457op/s] or [-3.563%; +11.183%]
48.191ms 97.075op/s 50.053ms 93.513op/s
scenario:load:petclinic:no_agent:high_load better
[-1.998ms; -1.371ms] or [-5.327%; -3.654%]
unstable
[-2.907op/s; +14.482op/s] or [-2.332%; +11.616%]
35.826ms 130.463op/s 37.511ms 124.675op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.303 ms) : 4248, 4359
.   : milestone, 4303,
iast (9.536 ms) : 9382, 9691
.   : milestone, 9536,
iast_FULL (14.092 ms) : 13807, 14376
.   : milestone, 14092,
iast_GLOBAL (9.959 ms) : 9786, 10131
.   : milestone, 9959,
profiling (8.862 ms) : 8725, 9000
.   : milestone, 8862,
tracing (7.465 ms) : 7354, 7575
.   : milestone, 7465,
section candidate
no_agent (4.309 ms) : 4253, 4365
.   : milestone, 4309,
iast (9.301 ms) : 9149, 9452
.   : milestone, 9301,
iast_FULL (13.948 ms) : 13675, 14220
.   : milestone, 13948,
iast_GLOBAL (10.276 ms) : 10073, 10479
.   : milestone, 10276,
profiling (8.637 ms) : 8503, 8771
.   : milestone, 8637,
tracing (7.697 ms) : 7581, 7813
.   : milestone, 7697,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.303 ms [4.248 ms, 4.359 ms] -
iast 9.536 ms [9.382 ms, 9.691 ms] 5.233 ms (121.6%)
iast_FULL 14.092 ms [13.807 ms, 14.376 ms] 9.788 ms (227.5%)
iast_GLOBAL 9.959 ms [9.786 ms, 10.131 ms] 5.655 ms (131.4%)
profiling 8.862 ms [8.725 ms, 9.0 ms] 4.559 ms (105.9%)
tracing 7.465 ms [7.354 ms, 7.575 ms] 3.161 ms (73.5%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.309 ms [4.253 ms, 4.365 ms] -
iast 9.301 ms [9.149 ms, 9.452 ms] 4.992 ms (115.9%)
iast_FULL 13.948 ms [13.675 ms, 14.22 ms] 9.639 ms (223.7%)
iast_GLOBAL 10.276 ms [10.073 ms, 10.479 ms] 5.967 ms (138.5%)
profiling 8.637 ms [8.503 ms, 8.771 ms] 4.328 ms (100.5%)
tracing 7.697 ms [7.581 ms, 7.813 ms] 3.388 ms (78.6%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e
    dateFormat X
    axisFormat %s
section baseline
no_agent (37.511 ms) : 37209, 37812
.   : milestone, 37511,
appsec (47.955 ms) : 47528, 48382
.   : milestone, 47955,
code_origins (45.785 ms) : 45381, 46188
.   : milestone, 45785,
iast (45.707 ms) : 45287, 46127
.   : milestone, 45707,
profiling (50.053 ms) : 49549, 50558
.   : milestone, 50053,
tracing (41.986 ms) : 41642, 42329
.   : milestone, 41986,
section candidate
no_agent (35.826 ms) : 35545, 36108
.   : milestone, 35826,
appsec (47.551 ms) : 47125, 47977
.   : milestone, 47551,
code_origins (43.54 ms) : 43162, 43918
.   : milestone, 43540,
iast (43.681 ms) : 43296, 44067
.   : milestone, 43681,
profiling (48.191 ms) : 47714, 48668
.   : milestone, 48191,
tracing (41.984 ms) : 41645, 42323
.   : milestone, 41984,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.511 ms [37.209 ms, 37.812 ms] -
appsec 47.955 ms [47.528 ms, 48.382 ms] 10.444 ms (27.8%)
code_origins 45.785 ms [45.381 ms, 46.188 ms] 8.274 ms (22.1%)
iast 45.707 ms [45.287 ms, 46.127 ms] 8.197 ms (21.9%)
profiling 50.053 ms [49.549 ms, 50.558 ms] 12.542 ms (33.4%)
tracing 41.986 ms [41.642 ms, 42.329 ms] 4.475 ms (11.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 35.826 ms [35.545 ms, 36.108 ms] -
appsec 47.551 ms [47.125 ms, 47.977 ms] 11.725 ms (32.7%)
code_origins 43.54 ms [43.162 ms, 43.918 ms] 7.714 ms (21.5%)
iast 43.681 ms [43.296 ms, 44.067 ms] 7.855 ms (21.9%)
profiling 48.191 ms [47.714 ms, 48.668 ms] 12.365 ms (34.5%)
tracing 41.984 ms [41.645 ms, 42.323 ms] 6.158 ms (17.2%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/mute-forwarder-trace
git_commit_date 1751552507 1751552529
git_commit_sha 5d247c5 8ba526a
release_version 1.51.0-SNAPSHOT~5d247c5f5e 1.51.0-SNAPSHOT~8ba526acdb
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1751554546 1751554546
ci_job_id 1012429036 1012429036
ci_pipeline_id 69569746 69569746
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-3-zxumbmdk 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-3-zxumbmdk 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

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

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.473 ms) : 1461, 1484
.   : milestone, 1473,
appsec (2.4 ms) : 2351, 2450
.   : milestone, 2400,
iast (2.187 ms) : 2125, 2248
.   : milestone, 2187,
iast_GLOBAL (2.23 ms) : 2167, 2292
.   : milestone, 2230,
profiling (2.027 ms) : 1978, 2077
.   : milestone, 2027,
tracing (2.01 ms) : 1962, 2058
.   : milestone, 2010,
section candidate
no_agent (1.47 ms) : 1458, 1481
.   : milestone, 1470,
appsec (2.408 ms) : 2358, 2457
.   : milestone, 2408,
iast (2.192 ms) : 2130, 2254
.   : milestone, 2192,
iast_GLOBAL (2.236 ms) : 2173, 2298
.   : milestone, 2236,
profiling (2.051 ms) : 2000, 2102
.   : milestone, 2051,
tracing (2.016 ms) : 1968, 2065
.   : milestone, 2016,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.473 ms [1.461 ms, 1.484 ms] -
appsec 2.4 ms [2.351 ms, 2.45 ms] 927.426 µs (63.0%)
iast 2.187 ms [2.125 ms, 2.248 ms] 713.632 µs (48.5%)
iast_GLOBAL 2.23 ms [2.167 ms, 2.292 ms] 757.074 µs (51.4%)
profiling 2.027 ms [1.978 ms, 2.077 ms] 554.473 µs (37.6%)
tracing 2.01 ms [1.962 ms, 2.058 ms] 536.828 µs (36.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.47 ms [1.458 ms, 1.481 ms] -
appsec 2.408 ms [2.358 ms, 2.457 ms] 938.138 µs (63.8%)
iast 2.192 ms [2.13 ms, 2.254 ms] 722.246 µs (49.1%)
iast_GLOBAL 2.236 ms [2.173 ms, 2.298 ms] 766.112 µs (52.1%)
profiling 2.051 ms [2.0 ms, 2.102 ms] 581.361 µs (39.6%)
tracing 2.016 ms [1.968 ms, 2.065 ms] 546.933 µs (37.2%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~8ba526acdb, baseline=1.51.0-SNAPSHOT~5d247c5f5e
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.017 s) : 15017000, 15017000
.   : milestone, 15017000,
appsec (14.576 s) : 14576000, 14576000
.   : milestone, 14576000,
iast (18.454 s) : 18454000, 18454000
.   : milestone, 18454000,
iast_GLOBAL (17.757 s) : 17757000, 17757000
.   : milestone, 17757000,
profiling (15.356 s) : 15356000, 15356000
.   : milestone, 15356000,
tracing (14.956 s) : 14956000, 14956000
.   : milestone, 14956000,
section candidate
no_agent (15.516 s) : 15516000, 15516000
.   : milestone, 15516000,
appsec (15.043 s) : 15043000, 15043000
.   : milestone, 15043000,
iast (18.591 s) : 18591000, 18591000
.   : milestone, 18591000,
iast_GLOBAL (18.069 s) : 18069000, 18069000
.   : milestone, 18069000,
profiling (15.377 s) : 15377000, 15377000
.   : milestone, 15377000,
tracing (14.998 s) : 14998000, 14998000
.   : milestone, 14998000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.017 s [15.017 s, 15.017 s] -
appsec 14.576 s [14.576 s, 14.576 s] -441.0 ms (-2.9%)
iast 18.454 s [18.454 s, 18.454 s] 3.437 s (22.9%)
iast_GLOBAL 17.757 s [17.757 s, 17.757 s] 2.74 s (18.2%)
profiling 15.356 s [15.356 s, 15.356 s] 339.0 ms (2.3%)
tracing 14.956 s [14.956 s, 14.956 s] -61.0 ms (-0.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.516 s [15.516 s, 15.516 s] -
appsec 15.043 s [15.043 s, 15.043 s] -473.0 ms (-3.0%)
iast 18.591 s [18.591 s, 18.591 s] 3.075 s (19.8%)
iast_GLOBAL 18.069 s [18.069 s, 18.069 s] 2.553 s (16.5%)
profiling 15.377 s [15.377 s, 15.377 s] -139.0 ms (-0.9%)
tracing 14.998 s [14.998 s, 14.998 s] -518.0 ms (-3.3%)

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review July 2, 2025 18:24
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner July 2, 2025 18:24
@@ -221,5 +223,19 @@ public void run() {
System.err.println("Failed to send telemetry: " + e.getMessage());
}
}

@SuppressForbidden
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a nice solution

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD merged commit a926b1c into master Jul 3, 2025
508 checks passed
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD deleted the alexeyk/mute-forwarder-trace branch July 3, 2025 15:52
@github-actions github-actions bot added this to the 1.51.0 milestone Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: core Tracer core tag: no release notes Changes to exclude from release notes type: enhancement Enhancements and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants