Skip to content

Support attaching tags to telemetry logs #8921

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smola
Copy link
Member

@smola smola commented Jun 4, 2025

What Does This Do

Add support for LogCollector to create telemetry logs with tags. Tags are defined as a string, a comma-separated list, e.g. tag1:value1,tag2:value2.

Motivation

We have new use cases in AppSec to send telemetry logs with more structured data in tags. This functionality was already in our telemetry system, but not exposed in internal-api.

This is still not exposed via regular SLF4J logging integration. For the time being, if one needs this, they'll have to use the telemetry-specific interface in this PR.

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@smola smola added the tag: no release notes Changes to exclude from release notes label Jun 4, 2025
@smola smola requested review from a team as code owners June 4, 2025 12:27
@smola smola added the comp: telemetry Telemetry label Jun 4, 2025
@smola smola requested review from bric3 and dougqh and removed request for a team June 4, 2025 12:27
@pr-commenter
Copy link

pr-commenter bot commented Jun 6, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master smola/telemetry-logs-tags
git_commit_date 1749044153 1749213084
git_commit_sha 7787af7 05a6834
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~05a6834a0b
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1749215397 1749215397
ci_job_id 971784892 971784892
ci_pipeline_id 67171226 67171226
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-z87jatgw-project-304-concurrent-3-g887zrqj 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-z87jatgw-project-304-concurrent-3-g887zrqj 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None
variant iast iast

Summary

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

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.021 s) : 0, 1020889
Total [baseline] (11.071 s) : 0, 11071337
Agent [candidate] (1.031 s) : 0, 1030866
Total [candidate] (11.08 s) : 0, 11080383
section appsec
Agent [baseline] (1.165 s) : 0, 1164513
Total [baseline] (11.227 s) : 0, 11227217
Agent [candidate] (1.166 s) : 0, 1166356
Total [candidate] (11.295 s) : 0, 11295125
section iast
Agent [baseline] (1.152 s) : 0, 1152034
Total [baseline] (11.356 s) : 0, 11355763
Agent [candidate] (1.149 s) : 0, 1148800
Total [candidate] (11.305 s) : 0, 11304777
section profiling
Agent [baseline] (1.276 s) : 0, 1275713
Total [baseline] (11.531 s) : 0, 11531121
Agent [candidate] (1.271 s) : 0, 1271021
Total [candidate] (11.479 s) : 0, 11479002
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.021 s -
Agent appsec 1.165 s 143.624 ms (14.1%)
Agent iast 1.152 s 131.145 ms (12.8%)
Agent profiling 1.276 s 254.825 ms (25.0%)
Total tracing 11.071 s -
Total appsec 11.227 s 155.881 ms (1.4%)
Total iast 11.356 s 284.426 ms (2.6%)
Total profiling 11.531 s 459.785 ms (4.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.031 s -
Agent appsec 1.166 s 135.49 ms (13.1%)
Agent iast 1.149 s 117.934 ms (11.4%)
Agent profiling 1.271 s 240.156 ms (23.3%)
Total tracing 11.08 s -
Total appsec 11.295 s 214.742 ms (1.9%)
Total iast 11.305 s 224.394 ms (2.0%)
Total profiling 11.479 s 398.619 ms (3.6%)
gantt
    title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (682.163 ms) : 0, 682163
BytebuddyAgent [candidate] (688.62 ms) : 0, 688620
GlobalTracer [baseline] (239.791 ms) : 0, 239791
GlobalTracer [candidate] (241.824 ms) : 0, 241824
AppSec [baseline] (58.052 ms) : 0, 58052
AppSec [candidate] (56.72 ms) : 0, 56720
Debugger [baseline] (6.155 ms) : 0, 6155
Debugger [candidate] (6.269 ms) : 0, 6269
Remote Config [baseline] (747.501 µs) : 0, 748
Remote Config [candidate] (744.165 µs) : 0, 744
Telemetry [baseline] (10.513 ms) : 0, 10513
Telemetry [candidate] (12.975 ms) : 0, 12975
section appsec
BytebuddyAgent [baseline] (702.13 ms) : 0, 702130
BytebuddyAgent [candidate] (703.48 ms) : 0, 703480
GlobalTracer [baseline] (237.514 ms) : 0, 237514
GlobalTracer [candidate] (238.16 ms) : 0, 238160
AppSec [baseline] (176.27 ms) : 0, 176270
AppSec [candidate] (175.862 ms) : 0, 175862
Debugger [baseline] (6.008 ms) : 0, 6008
Debugger [candidate] (6.341 ms) : 0, 6341
Remote Config [baseline] (620.695 µs) : 0, 621
Remote Config [candidate] (625.208 µs) : 0, 625
Telemetry [baseline] (7.398 ms) : 0, 7398
Telemetry [candidate] (7.342 ms) : 0, 7342
IAST [baseline] (21.884 ms) : 0, 21884
IAST [candidate] (21.812 ms) : 0, 21812
section iast
BytebuddyAgent [baseline] (803.015 ms) : 0, 803015
BytebuddyAgent [candidate] (800.55 ms) : 0, 800550
GlobalTracer [baseline] (230.991 ms) : 0, 230991
GlobalTracer [candidate] (230.773 ms) : 0, 230773
AppSec [baseline] (54.49 ms) : 0, 54490
AppSec [candidate] (51.885 ms) : 0, 51885
Debugger [baseline] (6.021 ms) : 0, 6021
Debugger [candidate] (5.982 ms) : 0, 5982
Remote Config [baseline] (608.884 µs) : 0, 609
Remote Config [candidate] (591.962 µs) : 0, 592
Telemetry [baseline] (7.92 ms) : 0, 7920
Telemetry [candidate] (7.918 ms) : 0, 7918
IAST [baseline] (25.414 ms) : 0, 25414
IAST [candidate] (27.639 ms) : 0, 27639
section profiling
BytebuddyAgent [baseline] (680.741 ms) : 0, 680741
BytebuddyAgent [candidate] (679.53 ms) : 0, 679530
GlobalTracer [baseline] (362.522 ms) : 0, 362522
GlobalTracer [candidate] (361.932 ms) : 0, 361932
AppSec [baseline] (62.213 ms) : 0, 62213
AppSec [candidate] (61.541 ms) : 0, 61541
Debugger [baseline] (6.134 ms) : 0, 6134
Debugger [candidate] (6.031 ms) : 0, 6031
Remote Config [baseline] (655.885 µs) : 0, 656
Remote Config [candidate] (632.529 µs) : 0, 633
Telemetry [baseline] (8.133 ms) : 0, 8133
Telemetry [candidate] (8.028 ms) : 0, 8028
ProfilingAgent [baseline] (104.22 ms) : 0, 104220
ProfilingAgent [candidate] (102.201 ms) : 0, 102201
Profiling [baseline] (104.245 ms) : 0, 104245
Profiling [candidate] (102.224 ms) : 0, 102224
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.024 s) : 0, 1024097
Total [baseline] (8.54 s) : 0, 8540477
Agent [candidate] (1.026 s) : 0, 1025559
Total [candidate] (8.528 s) : 0, 8527741
section iast
Agent [baseline] (1.158 s) : 0, 1157850
Total [baseline] (9.165 s) : 0, 9165440
Agent [candidate] (1.149 s) : 0, 1149392
Total [candidate] (9.148 s) : 0, 9147698
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.157 s) : 0, 1156789
Total [baseline] (9.162 s) : 0, 9161951
Agent [candidate] (1.152 s) : 0, 1151606
Total [candidate] (9.14 s) : 0, 9140481
section iast_TELEMETRY_OFF
Agent [baseline] (1.149 s) : 0, 1148603
Total [baseline] (9.186 s) : 0, 9185799
Agent [candidate] (1.149 s) : 0, 1149070
Total [candidate] (9.261 s) : 0, 9260733
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.024 s -
Agent iast 1.158 s 133.753 ms (13.1%)
Agent iast_HARDCODED_SECRET_DISABLED 1.157 s 132.692 ms (13.0%)
Agent iast_TELEMETRY_OFF 1.149 s 124.506 ms (12.2%)
Total tracing 8.54 s -
Total iast 9.165 s 624.963 ms (7.3%)
Total iast_HARDCODED_SECRET_DISABLED 9.162 s 621.474 ms (7.3%)
Total iast_TELEMETRY_OFF 9.186 s 645.322 ms (7.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.026 s -
Agent iast 1.149 s 123.833 ms (12.1%)
Agent iast_HARDCODED_SECRET_DISABLED 1.152 s 126.047 ms (12.3%)
Agent iast_TELEMETRY_OFF 1.149 s 123.511 ms (12.0%)
Total tracing 8.528 s -
Total iast 9.148 s 619.957 ms (7.3%)
Total iast_HARDCODED_SECRET_DISABLED 9.14 s 612.739 ms (7.2%)
Total iast_TELEMETRY_OFF 9.261 s 732.992 ms (8.6%)
gantt
    title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (686.289 ms) : 0, 686289
BytebuddyAgent [candidate] (684.244 ms) : 0, 684244
GlobalTracer [baseline] (241.039 ms) : 0, 241039
GlobalTracer [candidate] (240.86 ms) : 0, 240860
AppSec [baseline] (56.102 ms) : 0, 56102
AppSec [candidate] (57.175 ms) : 0, 57175
Debugger [baseline] (6.244 ms) : 0, 6244
Debugger [candidate] (6.192 ms) : 0, 6192
Remote Config [baseline] (737.008 µs) : 0, 737
Remote Config [candidate] (717.463 µs) : 0, 717
Telemetry [baseline] (9.943 ms) : 0, 9943
Telemetry [candidate] (12.813 ms) : 0, 12813
section iast
BytebuddyAgent [baseline] (808.266 ms) : 0, 808266
BytebuddyAgent [candidate] (801.39 ms) : 0, 801390
GlobalTracer [baseline] (232.61 ms) : 0, 232610
GlobalTracer [candidate] (230.401 ms) : 0, 230401
IAST [baseline] (27.77 ms) : 0, 27770
IAST [candidate] (25.478 ms) : 0, 25478
AppSec [baseline] (51.259 ms) : 0, 51259
AppSec [candidate] (54.307 ms) : 0, 54307
Debugger [baseline] (5.908 ms) : 0, 5908
Debugger [candidate] (5.96 ms) : 0, 5960
Remote Config [baseline] (587.817 µs) : 0, 588
Remote Config [candidate] (587.898 µs) : 0, 588
Telemetry [baseline] (7.851 ms) : 0, 7851
Telemetry [candidate] (7.821 ms) : 0, 7821
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (806.739 ms) : 0, 806739
BytebuddyAgent [candidate] (802.132 ms) : 0, 802132
GlobalTracer [baseline] (231.856 ms) : 0, 231856
GlobalTracer [candidate] (231.131 ms) : 0, 231131
IAST [baseline] (28.072 ms) : 0, 28072
IAST [candidate] (27.939 ms) : 0, 27939
AppSec [baseline] (51.959 ms) : 0, 51959
AppSec [candidate] (52.079 ms) : 0, 52079
Debugger [baseline] (5.992 ms) : 0, 5992
Debugger [candidate] (6.099 ms) : 0, 6099
Remote Config [baseline] (601.244 µs) : 0, 601
Remote Config [candidate] (609.033 µs) : 0, 609
Telemetry [baseline] (7.966 ms) : 0, 7966
Telemetry [candidate] (8.095 ms) : 0, 8095
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (800.15 ms) : 0, 800150
BytebuddyAgent [candidate] (800.716 ms) : 0, 800716
GlobalTracer [baseline] (231.58 ms) : 0, 231580
GlobalTracer [candidate] (231.339 ms) : 0, 231339
IAST [baseline] (28.87 ms) : 0, 28870
IAST [candidate] (30.45 ms) : 0, 30450
AppSec [baseline] (49.992 ms) : 0, 49992
AppSec [candidate] (48.593 ms) : 0, 48593
Debugger [baseline] (6.013 ms) : 0, 6013
Debugger [candidate] (5.982 ms) : 0, 5982
Remote Config [baseline] (611.751 µs) : 0, 612
Remote Config [candidate] (590.933 µs) : 0, 591
Telemetry [baseline] (7.921 ms) : 0, 7921
Telemetry [candidate] (7.843 ms) : 0, 7843
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-06-06T12:50:54 2025-06-06T12:53:18
git_branch master smola/telemetry-logs-tags
git_commit_date 1749044153 1749213084
git_commit_sha 7787af7 05a6834
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~05a6834a0b
start_time 2025-06-06T12:50:06 2025-06-06T12:52:30
See matching parameters
Baseline Candidate
application petclinic petclinic
ci_job_date 1749214398 1749214398
ci_job_id 971784904 971784904
ci_pipeline_id 67171226 67171226
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-z87jatgw-project-304-concurrent-4-gxwhi1rc 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-z87jatgw-project-304-concurrent-4-gxwhi1rc 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
thresholds_or_results results results
variant appsec appsec

Summary

Found 0 performance improvements and 2 performance regressions! Performance is the same for 0 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:no_agent unstable
[+89.967ms; +93.802ms] or [+1121.516%; +1169.321%]
worse
[-576.937op/s; -555.076op/s] or [-93.752%; -90.200%]
99.907ms 49.378op/s 8.022ms 615.385op/s
scenario:load:petclinic:tracing unstable
[+94.644ms; +98.935ms] or [+1156.539%; +1208.978%]
worse
[-569.166op/s; -549.821op/s] or [-93.912%; -90.720%]
104.973ms 46.568op/s 8.183ms 606.061op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (8.022 ms) : 8000, 8043
.   : milestone, 8022,
appsec (45.543 ms) : 44686, 46400
.   : milestone, 45543,
appsec_no_iast (54.024 ms) : 52858, 55191
.   : milestone, 54024,
code_origins (67.118 ms) : 65276, 68960
.   : milestone, 67118,
iast (61.075 ms) : 59311, 62838
.   : milestone, 61075,
profiling (11.502 ms) : 11398, 11605
.   : milestone, 11502,
tracing (8.183 ms) : 8157, 8210
.   : milestone, 8183,
section candidate
no_agent (99.907 ms) : 97387, 102427
.   : milestone, 99907,
appsec (122.32 ms) : 117967, 126673
.   : milestone, 122320,
appsec_no_iast (126.119 ms) : 121538, 130700
.   : milestone, 126119,
code_origins (146.206 ms) : 136405, 156007
.   : milestone, 146206,
iast (132.177 ms) : 126377, 137977
.   : milestone, 132177,
profiling (113.352 ms) : 109912, 116793
.   : milestone, 113352,
tracing (104.973 ms) : 102153, 107792
.   : milestone, 104973,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 8.022 ms [8.0 ms, 8.043 ms] -
appsec 45.543 ms [44.686 ms, 46.4 ms] 37.521 ms (467.7%)
appsec_no_iast 54.024 ms [52.858 ms, 55.191 ms] 46.002 ms (573.5%)
code_origins 67.118 ms [65.276 ms, 68.96 ms] 59.096 ms (736.7%)
iast 61.075 ms [59.311 ms, 62.838 ms] 53.053 ms (661.3%)
profiling 11.502 ms [11.398 ms, 11.605 ms] 3.48 ms (43.4%)
tracing 8.183 ms [8.157 ms, 8.21 ms] 161.416 µs (2.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 99.907 ms [97.387 ms, 102.427 ms] -
appsec 122.32 ms [117.967 ms, 126.673 ms] 22.413 ms (22.4%)
appsec_no_iast 126.119 ms [121.538 ms, 130.7 ms] 26.212 ms (26.2%)
code_origins 146.206 ms [136.405 ms, 156.007 ms] 46.299 ms (46.3%)
iast 132.177 ms [126.377 ms, 137.977 ms] 32.27 ms (32.3%)
profiling 113.352 ms [109.912 ms, 116.793 ms] 13.446 ms (13.5%)
tracing 104.973 ms [102.153 ms, 107.792 ms] 5.066 ms (5.1%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master smola/telemetry-logs-tags
git_commit_date 1749044153 1749213084
git_commit_sha 7787af7 05a6834
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~05a6834a0b
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1749215009 1749215009
ci_job_id 971784905 971784905
ci_pipeline_id 67171226 67171226
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-63wmvl1-project-304-concurrent-7-adqxceck 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-63wmvl1-project-304-concurrent-7-adqxceck 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
variant appsec appsec

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.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.479 ms) : 1467, 1490
.   : milestone, 1479,
appsec (2.425 ms) : 2376, 2475
.   : milestone, 2425,
iast (2.212 ms) : 2149, 2275
.   : milestone, 2212,
iast_GLOBAL (2.254 ms) : 2191, 2317
.   : milestone, 2254,
profiling (2.073 ms) : 2022, 2125
.   : milestone, 2073,
tracing (2.02 ms) : 1972, 2068
.   : milestone, 2020,
section candidate
no_agent (1.476 ms) : 1464, 1487
.   : milestone, 1476,
appsec (2.412 ms) : 2363, 2462
.   : milestone, 2412,
iast (2.217 ms) : 2154, 2280
.   : milestone, 2217,
iast_GLOBAL (2.249 ms) : 2186, 2312
.   : milestone, 2249,
profiling (2.038 ms) : 1987, 2089
.   : milestone, 2038,
tracing (2.022 ms) : 1973, 2071
.   : milestone, 2022,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.479 ms [1.467 ms, 1.49 ms] -
appsec 2.425 ms [2.376 ms, 2.475 ms] 946.225 µs (64.0%)
iast 2.212 ms [2.149 ms, 2.275 ms] 733.429 µs (49.6%)
iast_GLOBAL 2.254 ms [2.191 ms, 2.317 ms] 775.132 µs (52.4%)
profiling 2.073 ms [2.022 ms, 2.125 ms] 594.569 µs (40.2%)
tracing 2.02 ms [1.972 ms, 2.068 ms] 541.07 µs (36.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.476 ms [1.464 ms, 1.487 ms] -
appsec 2.412 ms [2.363 ms, 2.462 ms] 936.49 µs (63.5%)
iast 2.217 ms [2.154 ms, 2.28 ms] 741.334 µs (50.2%)
iast_GLOBAL 2.249 ms [2.186 ms, 2.312 ms] 773.559 µs (52.4%)
profiling 2.038 ms [1.987 ms, 2.089 ms] 562.41 µs (38.1%)
tracing 2.022 ms [1.973 ms, 2.071 ms] 546.335 µs (37.0%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~05a6834a0b, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.601 s) : 15601000, 15601000
.   : milestone, 15601000,
appsec (14.921 s) : 14921000, 14921000
.   : milestone, 14921000,
iast (18.856 s) : 18856000, 18856000
.   : milestone, 18856000,
iast_GLOBAL (18.163 s) : 18163000, 18163000
.   : milestone, 18163000,
profiling (15.038 s) : 15038000, 15038000
.   : milestone, 15038000,
tracing (14.887 s) : 14887000, 14887000
.   : milestone, 14887000,
section candidate
no_agent (15.224 s) : 15224000, 15224000
.   : milestone, 15224000,
appsec (14.632 s) : 14632000, 14632000
.   : milestone, 14632000,
iast (19.08 s) : 19080000, 19080000
.   : milestone, 19080000,
iast_GLOBAL (18.061 s) : 18061000, 18061000
.   : milestone, 18061000,
profiling (15.04 s) : 15040000, 15040000
.   : milestone, 15040000,
tracing (14.817 s) : 14817000, 14817000
.   : milestone, 14817000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.601 s [15.601 s, 15.601 s] -
appsec 14.921 s [14.921 s, 14.921 s] -680.0 ms (-4.4%)
iast 18.856 s [18.856 s, 18.856 s] 3.255 s (20.9%)
iast_GLOBAL 18.163 s [18.163 s, 18.163 s] 2.562 s (16.4%)
profiling 15.038 s [15.038 s, 15.038 s] -563.0 ms (-3.6%)
tracing 14.887 s [14.887 s, 14.887 s] -714.0 ms (-4.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.224 s [15.224 s, 15.224 s] -
appsec 14.632 s [14.632 s, 14.632 s] -592.0 ms (-3.9%)
iast 19.08 s [19.08 s, 19.08 s] 3.856 s (25.3%)
iast_GLOBAL 18.061 s [18.061 s, 18.061 s] 2.837 s (18.6%)
profiling 15.04 s [15.04 s, 15.04 s] -184.0 ms (-1.2%)
tracing 14.817 s [14.817 s, 14.817 s] -407.0 ms (-2.7%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: telemetry Telemetry tag: no release notes Changes to exclude from release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants