Skip to content

Conversation

bric3
Copy link
Contributor

@bric3 bric3 commented Jul 10, 2025

What Does This Do

Current trace client side stats did not received the peer tags from the datadog agent. This PR, makes the discovery mechanism aware of it.

Motivation

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@bric3 bric3 requested a review from amarziali July 10, 2025 14:03
@bric3 bric3 requested a review from a team as a code owner July 10, 2025 14:03
@bric3 bric3 added type: enhancement Enhancements and improvements comp: metrics Metrics labels Jul 10, 2025
@bric3 bric3 changed the title chore(css): Backpropagate peer tags Backpropagate peer tags Jul 10, 2025
Comment on lines 297 to 299
peerTags = unmodifiableList((List<String>) map.get("peer_tags"));

spanKindsToComputedStats = unmodifiableList((List<String>) map.get("span_kinds_stats_computed"));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note, currently peer tags / span kinds are not "Reset" if the metrics get disabled.

@bric3 bric3 force-pushed the bdu/peertag-backpropagation branch 3 times, most recently from a2da96c to b183770 Compare July 10, 2025 14:17
Copy link
Contributor

@amarziali amarziali left a comment

Choose a reason for hiding this comment

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

looks good!

@bric3 bric3 enabled auto-merge (squash) July 10, 2025 14:33
@bric3 bric3 force-pushed the bdu/peertag-backpropagation branch from b183770 to df7a9fa Compare July 10, 2025 14:36
@pr-commenter
Copy link

pr-commenter bot commented Jul 10, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/peertag-backpropagation
git_commit_date 1752163579 1752166421
git_commit_sha a90ccbc fe7417b
release_version 1.52.0-SNAPSHOT~a90ccbcd72 1.52.0-SNAPSHOT~fe7417b403
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1752168215 1752168215
ci_job_id 1023417823 1023417823
ci_pipeline_id 70207184 70207184
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-2-2uizgvzc 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-2-2uizgvzc 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 43 metrics, 10 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (994.683 ms) : 0, 994683
Total [baseline] (10.616 s) : 0, 10616349
Agent [candidate] (990.973 ms) : 0, 990973
Total [candidate] (10.569 s) : 0, 10569422
section appsec
Agent [baseline] (1.18 s) : 0, 1179754
Total [baseline] (10.748 s) : 0, 10747867
Agent [candidate] (1.187 s) : 0, 1187084
Total [candidate] (10.951 s) : 0, 10951203
section iast
Agent [baseline] (1.141 s) : 0, 1140531
Total [baseline] (10.862 s) : 0, 10861985
Agent [candidate] (1.131 s) : 0, 1130719
Total [candidate] (10.851 s) : 0, 10851188
section profiling
Agent [baseline] (1.248 s) : 0, 1248321
Total [baseline] (10.867 s) : 0, 10866675
Agent [candidate] (1.244 s) : 0, 1244028
Total [candidate] (11.02 s) : 0, 11020140
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 994.683 ms -
Agent appsec 1.18 s 185.071 ms (18.6%)
Agent iast 1.141 s 145.847 ms (14.7%)
Agent profiling 1.248 s 253.637 ms (25.5%)
Total tracing 10.616 s -
Total appsec 10.748 s 131.518 ms (1.2%)
Total iast 10.862 s 245.636 ms (2.3%)
Total profiling 10.867 s 250.325 ms (2.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 990.973 ms -
Agent appsec 1.187 s 196.111 ms (19.8%)
Agent iast 1.131 s 139.746 ms (14.1%)
Agent profiling 1.244 s 253.055 ms (25.5%)
Total tracing 10.569 s -
Total appsec 10.951 s 381.781 ms (3.6%)
Total iast 10.851 s 281.766 ms (2.7%)
Total profiling 11.02 s 450.718 ms (4.3%)
gantt
    title petclinic - break down per module: candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (687.114 ms) : 0, 687114
BytebuddyAgent [candidate] (684.406 ms) : 0, 684406
GlobalTracer [baseline] (241.671 ms) : 0, 241671
GlobalTracer [candidate] (240.861 ms) : 0, 240861
AppSec [baseline] (30.217 ms) : 0, 30217
AppSec [candidate] (30.103 ms) : 0, 30103
Debugger [baseline] (5.961 ms) : 0, 5961
Debugger [candidate] (5.937 ms) : 0, 5937
Remote Config [baseline] (677.449 µs) : 0, 677
Remote Config [candidate] (673.892 µs) : 0, 674
Telemetry [baseline] (8.29 ms) : 0, 8290
Telemetry [candidate] (8.143 ms) : 0, 8143
section appsec
BytebuddyAgent [baseline] (713.843 ms) : 0, 713843
BytebuddyAgent [candidate] (718.697 ms) : 0, 718697
GlobalTracer [baseline] (235.92 ms) : 0, 235920
GlobalTracer [candidate] (236.847 ms) : 0, 236847
IAST [baseline] (23.543 ms) : 0, 23543
IAST [candidate] (23.95 ms) : 0, 23950
AppSec [baseline] (171.021 ms) : 0, 171021
AppSec [candidate] (172.117 ms) : 0, 172117
Debugger [baseline] (5.753 ms) : 0, 5753
Debugger [candidate] (5.732 ms) : 0, 5732
Remote Config [baseline] (600.118 µs) : 0, 600
Remote Config [candidate] (604.917 µs) : 0, 605
Telemetry [baseline] (8.109 ms) : 0, 8109
Telemetry [candidate] (8.084 ms) : 0, 8084
section iast
BytebuddyAgent [baseline] (813.661 ms) : 0, 813661
BytebuddyAgent [candidate] (806.167 ms) : 0, 806167
GlobalTracer [baseline] (233.25 ms) : 0, 233250
GlobalTracer [candidate] (231.888 ms) : 0, 231888
IAST [baseline] (27.589 ms) : 0, 27589
IAST [candidate] (26.426 ms) : 0, 26426
AppSec [baseline] (29.193 ms) : 0, 29193
AppSec [candidate] (31.296 ms) : 0, 31296
Debugger [baseline] (7.419 ms) : 0, 7419
Debugger [candidate] (5.773 ms) : 0, 5773
Remote Config [baseline] (596.171 µs) : 0, 596
Remote Config [candidate] (577.067 µs) : 0, 577
Telemetry [baseline] (8.0 ms) : 0, 8000
Telemetry [candidate] (7.897 ms) : 0, 7897
section profiling
BytebuddyAgent [baseline] (680.191 ms) : 0, 680191
BytebuddyAgent [candidate] (677.597 ms) : 0, 677597
GlobalTracer [baseline] (362.507 ms) : 0, 362507
GlobalTracer [candidate] (361.268 ms) : 0, 361268
AppSec [baseline] (31.873 ms) : 0, 31873
AppSec [candidate] (32.916 ms) : 0, 32916
Debugger [baseline] (11.495 ms) : 0, 11495
Debugger [candidate] (10.685 ms) : 0, 10685
Remote Config [baseline] (662.433 µs) : 0, 662
Remote Config [candidate] (656.025 µs) : 0, 656
Telemetry [baseline] (9.479 ms) : 0, 9479
Telemetry [candidate] (8.739 ms) : 0, 8739
ProfilingAgent [baseline] (103.34 ms) : 0, 103340
ProfilingAgent [candidate] (103.624 ms) : 0, 103624
Profiling [baseline] (103.364 ms) : 0, 103364
Profiling [candidate] (103.648 ms) : 0, 103648
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (994.185 ms) : 0, 994185
Total [baseline] (8.562 s) : 0, 8562161
Agent [candidate] (1.001 s) : 0, 1001232
Total [candidate] (8.557 s) : 0, 8556978
section iast
Agent [baseline] (1.129 s) : 0, 1128540
Total [baseline] (9.229 s) : 0, 9228765
Agent [candidate] (1.133 s) : 0, 1132800
Total [candidate] (9.253 s) : 0, 9253135
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 994.185 ms -
Agent iast 1.129 s 134.355 ms (13.5%)
Total tracing 8.562 s -
Total iast 9.229 s 666.605 ms (7.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.001 s -
Agent iast 1.133 s 131.568 ms (13.1%)
Total tracing 8.557 s -
Total iast 9.253 s 696.157 ms (8.1%)
gantt
    title insecure-bank - break down per module: candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (686.73 ms) : 0, 686730
BytebuddyAgent [candidate] (691.486 ms) : 0, 691486
GlobalTracer [baseline] (241.67 ms) : 0, 241670
GlobalTracer [candidate] (243.37 ms) : 0, 243370
AppSec [baseline] (30.264 ms) : 0, 30264
AppSec [candidate] (30.477 ms) : 0, 30477
Debugger [baseline] (5.975 ms) : 0, 5975
Debugger [candidate] (6.039 ms) : 0, 6039
Remote Config [baseline] (676.166 µs) : 0, 676
Remote Config [candidate] (677.885 µs) : 0, 678
Telemetry [baseline] (8.182 ms) : 0, 8182
Telemetry [candidate] (8.33 ms) : 0, 8330
section iast
BytebuddyAgent [baseline] (804.863 ms) : 0, 804863
BytebuddyAgent [candidate] (807.718 ms) : 0, 807718
GlobalTracer [baseline] (231.203 ms) : 0, 231203
GlobalTracer [candidate] (231.698 ms) : 0, 231698
IAST [baseline] (26.457 ms) : 0, 26457
IAST [candidate] (28.434 ms) : 0, 28434
AppSec [baseline] (31.142 ms) : 0, 31142
AppSec [candidate] (28.983 ms) : 0, 28983
Debugger [baseline] (5.698 ms) : 0, 5698
Debugger [candidate] (6.618 ms) : 0, 6618
Remote Config [baseline] (572.987 µs) : 0, 573
Remote Config [candidate] (652.135 µs) : 0, 652
Telemetry [baseline] (7.906 ms) : 0, 7906
Telemetry [candidate] (7.966 ms) : 0, 7966
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/peertag-backpropagation
git_commit_date 1752163579 1752166421
git_commit_sha a90ccbc fe7417b
release_version 1.52.0-SNAPSHOT~a90ccbcd72 1.52.0-SNAPSHOT~fe7417b403
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1752167900 1752167900
ci_job_id 1023417825 1023417825
ci_pipeline_id 70207184 70207184
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-kmx8vs3k 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-3-kmx8vs3k 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 1 performance regressions! Performance is the same for 10 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:insecure-bank:iast:high_load worse
[+298.462µs; +643.367µs] or [+3.239%; +6.983%]
unstable
[-85.437op/s; +36.875op/s] or [-16.961%; +7.321%]
9.685ms 479.438op/s 9.214ms 503.719op/s
scenario:load:petclinic:no_agent:high_load better
[-1.414ms; -0.758ms] or [-3.736%; -2.003%]
unstable
[-5.176op/s; +12.426op/s] or [-4.190%; +10.059%]
36.765ms 127.162op/s 37.851ms 123.537op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.439 ms) : 4387, 4491
.   : milestone, 4439,
iast (9.214 ms) : 9063, 9365
.   : milestone, 9214,
iast_FULL (14.173 ms) : 13895, 14452
.   : milestone, 14173,
iast_GLOBAL (10.521 ms) : 10333, 10709
.   : milestone, 10521,
profiling (8.369 ms) : 8242, 8496
.   : milestone, 8369,
tracing (7.596 ms) : 7490, 7703
.   : milestone, 7596,
section candidate
no_agent (4.432 ms) : 4380, 4484
.   : milestone, 4432,
iast (9.685 ms) : 9516, 9854
.   : milestone, 9685,
iast_FULL (14.152 ms) : 13869, 14435
.   : milestone, 14152,
iast_GLOBAL (10.258 ms) : 10079, 10436
.   : milestone, 10258,
profiling (8.212 ms) : 8089, 8335
.   : milestone, 8212,
tracing (7.49 ms) : 7378, 7602
.   : milestone, 7490,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.439 ms [4.387 ms, 4.491 ms] -
iast 9.214 ms [9.063 ms, 9.365 ms] 4.775 ms (107.6%)
iast_FULL 14.173 ms [13.895 ms, 14.452 ms] 9.735 ms (219.3%)
iast_GLOBAL 10.521 ms [10.333 ms, 10.709 ms] 6.082 ms (137.0%)
profiling 8.369 ms [8.242 ms, 8.496 ms] 3.93 ms (88.5%)
tracing 7.596 ms [7.49 ms, 7.703 ms] 3.157 ms (71.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.432 ms [4.38 ms, 4.484 ms] -
iast 9.685 ms [9.516 ms, 9.854 ms] 5.253 ms (118.5%)
iast_FULL 14.152 ms [13.869 ms, 14.435 ms] 9.72 ms (219.3%)
iast_GLOBAL 10.258 ms [10.079 ms, 10.436 ms] 5.826 ms (131.4%)
profiling 8.212 ms [8.089 ms, 8.335 ms] 3.78 ms (85.3%)
tracing 7.49 ms [7.378 ms, 7.602 ms] 3.058 ms (69.0%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72
    dateFormat X
    axisFormat %s
section baseline
no_agent (37.851 ms) : 37536, 38165
.   : milestone, 37851,
appsec (47.46 ms) : 47045, 47876
.   : milestone, 47460,
code_origins (47.117 ms) : 46710, 47524
.   : milestone, 47117,
iast (43.797 ms) : 43422, 44172
.   : milestone, 43797,
profiling (47.276 ms) : 46852, 47701
.   : milestone, 47276,
tracing (44.21 ms) : 43834, 44587
.   : milestone, 44210,
section candidate
no_agent (36.765 ms) : 36470, 37060
.   : milestone, 36765,
appsec (48.464 ms) : 48037, 48891
.   : milestone, 48464,
code_origins (46.028 ms) : 45643, 46413
.   : milestone, 46028,
iast (44.524 ms) : 44123, 44925
.   : milestone, 44524,
profiling (48.172 ms) : 47724, 48619
.   : milestone, 48172,
tracing (43.896 ms) : 43522, 44271
.   : milestone, 43896,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.851 ms [37.536 ms, 38.165 ms] -
appsec 47.46 ms [47.045 ms, 47.876 ms] 9.61 ms (25.4%)
code_origins 47.117 ms [46.71 ms, 47.524 ms] 9.266 ms (24.5%)
iast 43.797 ms [43.422 ms, 44.172 ms] 5.946 ms (15.7%)
profiling 47.276 ms [46.852 ms, 47.701 ms] 9.425 ms (24.9%)
tracing 44.21 ms [43.834 ms, 44.587 ms] 6.36 ms (16.8%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.765 ms [36.47 ms, 37.06 ms] -
appsec 48.464 ms [48.037 ms, 48.891 ms] 11.699 ms (31.8%)
code_origins 46.028 ms [45.643 ms, 46.413 ms] 9.263 ms (25.2%)
iast 44.524 ms [44.123 ms, 44.925 ms] 7.76 ms (21.1%)
profiling 48.172 ms [47.724 ms, 48.619 ms] 11.407 ms (31.0%)
tracing 43.896 ms [43.522 ms, 44.271 ms] 7.132 ms (19.4%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/peertag-backpropagation
git_commit_date 1752163579 1752166421
git_commit_sha a90ccbc fe7417b
release_version 1.52.0-SNAPSHOT~a90ccbcd72 1.52.0-SNAPSHOT~fe7417b403
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1752168359 1752168359
ci_job_id 1023417827 1023417827
ci_pipeline_id 70207184 70207184
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-jxf0gbs4 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-jxf0gbs4 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 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.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.478 ms) : 1467, 1490
.   : milestone, 1478,
appsec (2.429 ms) : 2378, 2479
.   : milestone, 2429,
iast (2.203 ms) : 2140, 2266
.   : milestone, 2203,
iast_GLOBAL (2.252 ms) : 2189, 2315
.   : milestone, 2252,
profiling (2.058 ms) : 2008, 2109
.   : milestone, 2058,
tracing (2.024 ms) : 1976, 2073
.   : milestone, 2024,
section candidate
no_agent (1.48 ms) : 1468, 1491
.   : milestone, 1480,
appsec (2.423 ms) : 2372, 2473
.   : milestone, 2423,
iast (2.207 ms) : 2144, 2270
.   : milestone, 2207,
iast_GLOBAL (2.253 ms) : 2190, 2316
.   : milestone, 2253,
profiling (2.073 ms) : 2021, 2125
.   : milestone, 2073,
tracing (2.022 ms) : 1973, 2070
.   : milestone, 2022,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.467 ms, 1.49 ms] -
appsec 2.429 ms [2.378 ms, 2.479 ms] 950.814 µs (64.3%)
iast 2.203 ms [2.14 ms, 2.266 ms] 725.198 µs (49.1%)
iast_GLOBAL 2.252 ms [2.189 ms, 2.315 ms] 773.751 µs (52.3%)
profiling 2.058 ms [2.008 ms, 2.109 ms] 580.391 µs (39.3%)
tracing 2.024 ms [1.976 ms, 2.073 ms] 546.37 µs (37.0%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.48 ms [1.468 ms, 1.491 ms] -
appsec 2.423 ms [2.372 ms, 2.473 ms] 942.918 µs (63.7%)
iast 2.207 ms [2.144 ms, 2.27 ms] 727.276 µs (49.2%)
iast_GLOBAL 2.253 ms [2.19 ms, 2.316 ms] 773.483 µs (52.3%)
profiling 2.073 ms [2.021 ms, 2.125 ms] 593.562 µs (40.1%)
tracing 2.022 ms [1.973 ms, 2.07 ms] 541.98 µs (36.6%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.52.0-SNAPSHOT~fe7417b403, baseline=1.52.0-SNAPSHOT~a90ccbcd72
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.464 s) : 15464000, 15464000
.   : milestone, 15464000,
appsec (14.594 s) : 14594000, 14594000
.   : milestone, 14594000,
iast (18.741 s) : 18741000, 18741000
.   : milestone, 18741000,
iast_GLOBAL (17.998 s) : 17998000, 17998000
.   : milestone, 17998000,
profiling (15.024 s) : 15024000, 15024000
.   : milestone, 15024000,
tracing (14.656 s) : 14656000, 14656000
.   : milestone, 14656000,
section candidate
no_agent (15.715 s) : 15715000, 15715000
.   : milestone, 15715000,
appsec (14.622 s) : 14622000, 14622000
.   : milestone, 14622000,
iast (18.408 s) : 18408000, 18408000
.   : milestone, 18408000,
iast_GLOBAL (17.991 s) : 17991000, 17991000
.   : milestone, 17991000,
profiling (15.21 s) : 15210000, 15210000
.   : milestone, 15210000,
tracing (15.138 s) : 15138000, 15138000
.   : milestone, 15138000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.464 s [15.464 s, 15.464 s] -
appsec 14.594 s [14.594 s, 14.594 s] -870.0 ms (-5.6%)
iast 18.741 s [18.741 s, 18.741 s] 3.277 s (21.2%)
iast_GLOBAL 17.998 s [17.998 s, 17.998 s] 2.534 s (16.4%)
profiling 15.024 s [15.024 s, 15.024 s] -440.0 ms (-2.8%)
tracing 14.656 s [14.656 s, 14.656 s] -808.0 ms (-5.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.715 s [15.715 s, 15.715 s] -
appsec 14.622 s [14.622 s, 14.622 s] -1.093 s (-7.0%)
iast 18.408 s [18.408 s, 18.408 s] 2.693 s (17.1%)
iast_GLOBAL 17.991 s [17.991 s, 17.991 s] 2.276 s (14.5%)
profiling 15.21 s [15.21 s, 15.21 s] -505.0 ms (-3.2%)
tracing 15.138 s [15.138 s, 15.138 s] -577.0 ms (-3.7%)

@bric3 bric3 merged commit e974b36 into master Jul 10, 2025
507 checks passed
@bric3 bric3 deleted the bdu/peertag-backpropagation branch July 10, 2025 17:40
@github-actions github-actions bot added this to the 1.52.0 milestone Jul 10, 2025
mhlidd pushed a commit that referenced this pull request Jul 17, 2025
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Aug 5, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| [redis.clients:jedis](https://github.com/redis/jedis) | dependencies |
misk/gradle/libs.versions.toml | gradle | minor | `6.0.0` -> `6.1.0` |
|
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.59.2` -> `2.60.0` |
|
[com.google.cloud:google-cloud-core-http](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.2` -> `2.59.0` |
|
[com.google.cloud:google-cloud-core](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.2` -> `2.59.0` |
| [com.google.api:gax](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.68.2` -> `2.69.0` |
| [com.squareup.wire](https://github.com/square/wire) | plugin |
misk/gradle/libs.versions.toml | gradle | patch | `5.3.5` -> `5.3.6` |
| [com.squareup.wire:wire-schema](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-runtime](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-reflector](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-moshi-adapter](https://github.com/square/wire)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`5.3.5` -> `5.3.6` |
| [com.squareup.wire:wire-grpc-client](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.squareup.wire:wire-bom](https://github.com/square/wire) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch | `5.3.5`
-> `5.3.6` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.51.2` -> `1.52.0` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:regions](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.32.14` -> `2.32.15` |

---

### Release Notes

<details>
<summary>redis/jedis (redis.clients:jedis)</summary>

### [`v6.1.0`](https://github.com/redis/jedis/releases/tag/v6.1.0):
6.1.0

### Changes

#### 🚀 New Features

- Add support for SVS-VAMANA vector indexing
([#&#8203;4222](redis/jedis#4222))
- Clarify why new stream entries aren't deleted with XDELEX
([#&#8203;4218](redis/jedis#4218))
- Add support for new stream commands
([#&#8203;4211](redis/jedis#4211))
- Add Support for New BITOP Operations in Redis 8.2
([#&#8203;4188](redis/jedis#4188))
([#&#8203;4190](redis/jedis#4190))
- Add binary stream support for XREAD and XREADGROUP
([#&#8203;3566](redis/jedis#3566))
([#&#8203;4152](redis/jedis#4152))
- Run pipeline in current thread if all the keys on same node
([#&#8203;4149](redis/jedis#4149))

#### 🐛 Bug Fixes

- Restore binary compatibility of SetParams
([#&#8203;4225](redis/jedis#4225))
- Fix memory leak in JedisClusterInfoCache - replica nodes not cleared
([#&#8203;4205](redis/jedis#4205))
- Fix:JedisCluster throws NullPointerException when maxAttempts is set
to 0 ([#&#8203;4186](redis/jedis#4186))

#### 🧰 Maintenance

- DOC-5471 time series doc examples
([#&#8203;4210](redis/jedis#4210))
- Bump jackson.version from 2.19.1 to 2.19.2
([#&#8203;4208](redis/jedis#4208))
- Fix flaky test ClientCommandsTest.killSkipmeYesNo
([#&#8203;4206](redis/jedis#4206))
- Bump org.junit:junit-bom from 5.13.2 to 5.13.3
([#&#8203;4198](redis/jedis#4198))
- Migrate publishing to Maven Central Portal
([#&#8203;4199](redis/jedis#4199))
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
([#&#8203;4197](redis/jedis#4197))
- Bump org.junit:junit-bom from 5.13.1 to 5.13.2
([#&#8203;4192](redis/jedis#4192))
- DOC-5227 added probabilistic data type examples
([#&#8203;4184](redis/jedis#4184))
- Bump jackson.version from 2.19.0 to 2.19.1
([#&#8203;4180](redis/jedis#4180))
- Update test infra to use latest Redis
([#&#8203;4179](redis/jedis#4179))
- Bump org.junit:junit-bom from 5.13.0-RC1 to 5.13.1
([#&#8203;4174](redis/jedis#4174))
- Bump org.json:json from
[`2025010`](redis/jedis@20250107) to
[`2025051`](redis/jedis@20250517)
([#&#8203;4171](redis/jedis#4171))
- Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.4.4
to 5.5 ([#&#8203;4170](redis/jedis#4170))
- Fix flaky tests in DocumentTest
([#&#8203;3617](redis/jedis#3617))
- Add retryable command execution example
([#&#8203;3780](redis/jedis#3780))
- Bump jackson.version from 2.18.3 to 2.19.0
([#&#8203;4160](redis/jedis#4160))
- Bump com.google.code.gson:gson from 2.12.1 to 2.13.1
([#&#8203;4161](redis/jedis#4161))

#### Contributors

We'd like to thank all the contributors who worked on this release!

[@&#8203;219sansim](https://github.com/219sansim),
[@&#8203;YoHanKi](https://github.com/YoHanKi),
[@&#8203;andy-stark-redis](https://github.com/andy-stark-redis),
[@&#8203;ggivo](https://github.com/ggivo),
[@&#8203;jujn](https://github.com/jujn),
[@&#8203;thachlp](https://github.com/thachlp),
[@&#8203;uglide](https://github.com/uglide) and
[@&#8203;xrayw](https://github.com/xrayw)

</details>

<details>
<summary>googleapis/sdk-platform-java
(com.google.api.grpc:proto-google-common-protos)</summary>

###
[`v2.60.0`](https://github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2600-2025-06-23)

##### Features

- handle auto pagination for BigQuery v2
([#&#8203;3829](googleapis/sdk-platform-java#3829))
([025c84c](googleapis/sdk-platform-java@025c84c))

##### Dependencies

- update google auth library dependencies to v1.37.1
([#&#8203;3846](googleapis/sdk-platform-java#3846))
([ea1d9e5](googleapis/sdk-platform-java@ea1d9e5))
- update google http client dependencies to v1.47.1
([#&#8203;3848](googleapis/sdk-platform-java#3848))
([a9a39d7](googleapis/sdk-platform-java@a9a39d7))

</details>

<details>
<summary>square/wire (com.squareup.wire)</summary>

###
[`v5.3.6`](https://github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-536)

[Compare Source](square/wire@5.3.5...5.3.6)

*2025-08-05*

##### CLI

- New CLI option `--ignore_unused_roots_and_prunes`
([#&#8203;3354](square/wire#3354))

##### JVM

- Fix: Handle negative hexadecimal in default values
([#&#8203;3355](square/wire#3355))
- Optimization: Avoid copying of repeated and map types when
mutableTypes are being used
([#&#8203;3352](square/wire#3352) by \[Rahul
Ravikumar]\[tikurahul])

##### Swift

- Fix: Properly disambiguate OneOf enum if it has the same name as
enclosing type
([#&#8203;3350](square/wire#3350) by
\[Dimitris Koutsogiorgas]\[dnkoutso])

</details>

<details>
<summary>datadog/dd-trace-java (com.datadoghq:dd-trace-api)</summary>

###
[`v1.52.0`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.52.0):
1.52.0

### Components

#### Application Security Management (WAF)

- ✨ Only report ASM\_DD, ASM\_DATA and ASM capabilities when
AppSec is enabled
([#&#8203;9260](DataDog/dd-trace-java#9260) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Fix NPE in AppSecConfigServiceImpl
([#&#8203;9165](DataDog/dd-trace-java#9165) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Fix AppSec play.mvc.StatusHeader instrumentation for play 2.6
([#&#8203;9160](DataDog/dd-trace-java#9160) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### Build & Tooling

- ✨📖 Automatically register crashtracking via native
extensions
([#&#8203;8851](DataDog/dd-trace-java#8851) -
[@&#8203;MattAlp](https://github.com/MattAlp))

#### Configuration at Runtime

- ✨ Create activation origin config for telemetry
([#&#8203;9064](DataDog/dd-trace-java#9064) -
[@&#8203;sezen-datadog](https://github.com/sezen-datadog))

#### Continuous Integration Visibility

- ✨ Update GitLab provided tags
([#&#8203;9275](DataDog/dd-trace-java#9275) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- 🐛 Fix base branch SHA usage in GitHub Actions
([#&#8203;9257](DataDog/dd-trace-java#9257) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Add `ci.job.id` tag
([#&#8203;9256](DataDog/dd-trace-java#9256) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Add new org to Weaver instrumentation
([#&#8203;9235](DataDog/dd-trace-java#9235) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano) - thanks
for the contribution!)
- ✨ Improve Git commit info building
([#&#8203;9210](DataDog/dd-trace-java#9210) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Update Attempt to Fix to v5
([#&#8203;9145](DataDog/dd-trace-java#9145) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

#### Crash tracking

- ✨📖 Automatically register crashtracking via native
extensions
([#&#8203;8851](DataDog/dd-trace-java#8851) -
[@&#8203;MattAlp](https://github.com/MattAlp))

#### Data Streams Monitoring

- ✨ Reduce DSM CPU overheard
([#&#8203;9151](DataDog/dd-trace-java#9151) -
[@&#8203;kr-igor](https://github.com/kr-igor))
- ✨⚡ DSM optimizations for high throughput scenarios
([#&#8203;9137](DataDog/dd-trace-java#9137) -
[@&#8203;kr-igor](https://github.com/kr-igor))

#### Database Monitoring

- 🐛 Fix duplicate trace injection for SQL Server and Oracle DBM full
propagation mode
([#&#8203;9224](DataDog/dd-trace-java#9224) -
[@&#8203;lu-zhengda](https://github.com/lu-zhengda))

#### Dynamic Instrumentation

- 🐛 Add URI in string primitives
([#&#8203;9285](DataDog/dd-trace-java#9285) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Increase SourceFile tracking max queue size
([#&#8203;9271](DataDog/dd-trace-java#9271) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add capping on SourceFile tracking queue
([#&#8203;9245](DataDog/dd-trace-java#9245) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add third-party filtering in SourceFile tracking
([#&#8203;9205](DataDog/dd-trace-java#9205) -
[@&#8203;jpbempel](https://github.com/jpbempel))

#### ML Observability (LLMObs)

- ✨ Add methods to capture embedding and retrieval spans
([#&#8203;9297](DataDog/dd-trace-java#9297) -
[@&#8203;nayeem-kamal](https://github.com/nayeem-kamal))

#### Metrics

- ✨ Change primary client stats configuration key
([#&#8203;9196](DataDog/dd-trace-java#9196) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Calculate client stats also if the span kind is eligible
([#&#8203;9157](DataDog/dd-trace-java#9157) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Backpropagate peer tags
([#&#8203;9144](DataDog/dd-trace-java#9144) -
[@&#8203;bric3](https://github.com/bric3))
- 🐛 Make client stats reliable in case of downgrade
([#&#8203;9136](DataDog/dd-trace-java#9136) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Platform components

- 🐛 Fix VM options parsing from /proc/fs
([#&#8203;9255](DataDog/dd-trace-java#9255) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

#### Profiling

- ✨ Switch profile compression to zstd default
([#&#8203;9293](DataDog/dd-trace-java#9293) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Bump ddprof to 1.29.0
([#&#8203;9262](DataDog/dd-trace-java#9262) -
[@&#8203;zhengyu123](https://github.com/zhengyu123))
- Potential memory leak and race with the JVMTI wallclock sampler by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#234
- Downport async-profiler no-allocation changes by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#245
- Adopt openjdk safefetch by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#246
- Safe fetch 64-bit value and pointer by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#247
- Rebase on Async-Profiler 4.1 by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#252
- Patch upstream stackWalker.cpp not to fail on unaligned access by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#218
- Remap thread id to avoid bitmap contention by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#229
- Improve performance using Unsafe to activate/deactivate thread filter
by [@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#230
- Unify context propagation by
[@&#8203;zhengyu123](https://github.com/zhengyu123) in
DataDog/java-profiler#231

- 🐛 Fix the profiler stackdepth setting propagation in recent (22+)
Java versions
([#&#8203;9130](DataDog/dd-trace-java#9130) -
[@&#8203;jbachorik](https://github.com/jbachorik))

#### Realtime User Monitoring

- ✨ Wrap servlet original PrintWriter on rum injector
([#&#8203;9146](DataDog/dd-trace-java#9146) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Telemetry

- ✨ Create activation origin config for telemetry
([#&#8203;9064](DataDog/dd-trace-java#9064) -
[@&#8203;sezen-datadog](https://github.com/sezen-datadog))

#### Tracer core

- ✨⚡ Reduce span construction overhead by switching to
optimized TagMap
([#&#8203;8589](DataDog/dd-trace-java#8589) -
[@&#8203;dougqh](https://github.com/dougqh))
- 🐛 Match Hands Off Config selectors on process\_arguments value
([#&#8203;9201](DataDog/dd-trace-java#9201) -
[@&#8203;paullegranddc](https://github.com/paullegranddc))
- ✨ Move JSON generation to sender thread to improve startup
time.
([#&#8203;9197](DataDog/dd-trace-java#9197) -
[@&#8203;AlexeyKuznetsov-DD](https://github.com/AlexeyKuznetsov-DD))
- ✨ Improve agent to avoid loading global config on main thread
([#&#8203;9190](DataDog/dd-trace-java#9190) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))
- ✨ add injection metadata fields to telemetry forwarder
([#&#8203;9185](DataDog/dd-trace-java#9185) -
[@&#8203;sydney-tung](https://github.com/sydney-tung))
- 🐛 Avoid race conditions on feature discovery during Writer
creation
([#&#8203;9173](DataDog/dd-trace-java#9173) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Surface potential root cause when agent initialization
errors
([#&#8203;9170](DataDog/dd-trace-java#9170) -
[@&#8203;AlexeyKuznetsov-DD](https://github.com/AlexeyKuznetsov-DD))
- 💡 Support adding W3C baggage as span tags
([#&#8203;9169](DataDog/dd-trace-java#9169) -
[@&#8203;rachelyangdog](https://github.com/rachelyangdog))
- ✨⚡ Align our default classloader excludes with OTel
([#&#8203;9161](DataDog/dd-trace-java#9161) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Backpropagate container tags hash coming from the info
endpoint
([#&#8203;9156](DataDog/dd-trace-java#9156) -
[@&#8203;amarziali](https://github.com/amarziali))
- 🐛 Avoid race conditions and multiple agent discovery feature
states
([#&#8203;9135](DataDog/dd-trace-java#9135) -
[@&#8203;amarziali](https://github.com/amarziali))

### Instrumentations

#### AWS SDK instrumentation

- ✨ Enhance Service Representation for Serverless
([#&#8203;9203](DataDog/dd-trace-java#9203) -
[@&#8203;zarirhamza](https://github.com/zarirhamza))

#### gRPC instrumentation

- 🐛 Add check to prevent injection of repeated GRPC headers
([#&#8203;9246](DataDog/dd-trace-java#9246) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### JDBC instrumentation

- 🐛 Fix duplicate trace injection for SQL Server and Oracle DBM full
propagation mode
([#&#8203;9224](DataDog/dd-trace-java#9224) -
[@&#8203;lu-zhengda](https://github.com/lu-zhengda))

#### Play Framework instrumentation

- 🐛 Fix AppSec play.mvc.StatusHeader instrumentation for play 2.6
([#&#8203;9160](DataDog/dd-trace-java#9160) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: 9da36329ffa552291a640381780b608ef6513e29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: metrics Metrics type: enhancement Enhancements and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants