Skip to content

Only report ASM_DD, ASM_DATA and ASM capabilities when AppSec is enabled #9260

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 7 commits into from
Jul 31, 2025

Conversation

manuel-alvarez-alvarez
Copy link
Member

@manuel-alvarez-alvarez manuel-alvarez-alvarez commented Jul 28, 2025

What Does This Do

This change ensures that AppSec does not subscribe to the remote_config products ASM, ASM_DD, and ASM_DATA by default when initialized in the default ENABLED_INACTIVE state.

In this default state, it will only subscribe to the ASM_FEATURES product, enabling the system to support remote activation/deactivation. Once AppSec is actually activated, it will then subscribe to the remaining channels.

The reverse also applies: when AppSec becomes inactive again, it will unsubscribe from ASM, ASM_DD, and ASM_DATA, while continuing to listen to ASM_FEATURES to allow for potential reactivation.

It will also silently acknowledge empty configurations {} that are currently being rejected by the WAF causing noise around remote config.

Motivation

The primary goal is to avoid initializing the WAF (Web Application Firewall) for customers who do not have AppSec enabled. This helps reduce unnecessary resource usage and ensures that security components are only activated for relevant customers.

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@pr-commenter
Copy link

pr-commenter bot commented Jul 28, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master malvarez/fix-appsec-rc-activation
git_commit_date 1753944938 1753947865
git_commit_sha 1b40197 311bc7b
release_version 1.51.1-SNAPSHOT~1b40197b5c 1.51.1-SNAPSHOT~311bc7b180
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753949600 1753949600
ci_job_id 1056986363 1056986363
ci_pipeline_id 72263784 72263784
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-kj4ke3to 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-kj4ke3to 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 48 metrics, 11 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.044 s) : 0, 1044151
Total [baseline] (8.555 s) : 0, 8554573
Agent [candidate] (1.042 s) : 0, 1041526
Total [candidate] (8.563 s) : 0, 8562808
section iast
Agent [baseline] (1.169 s) : 0, 1168660
Total [baseline] (9.269 s) : 0, 9269464
Agent [candidate] (1.169 s) : 0, 1169451
Total [candidate] (9.284 s) : 0, 9283681
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.044 s -
Agent iast 1.169 s 124.51 ms (11.9%)
Total tracing 8.555 s -
Total iast 9.269 s 714.892 ms (8.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.042 s -
Agent iast 1.169 s 127.925 ms (12.3%)
Total tracing 8.563 s -
Total iast 9.284 s 720.873 ms (8.4%)
gantt
    title insecure-bank - break down per module: candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.445 ms) : 0, 1445
crashtracking [candidate] (1.437 ms) : 0, 1437
BytebuddyAgent [baseline] (733.572 ms) : 0, 733572
BytebuddyAgent [candidate] (729.142 ms) : 0, 729142
GlobalTracer [baseline] (241.215 ms) : 0, 241215
GlobalTracer [candidate] (241.303 ms) : 0, 241303
AppSec [baseline] (30.344 ms) : 0, 30344
AppSec [candidate] (30.047 ms) : 0, 30047
Debugger [baseline] (6.032 ms) : 0, 6032
Debugger [candidate] (6.042 ms) : 0, 6042
Remote Config [baseline] (647.234 µs) : 0, 647
Remote Config [candidate] (643.652 µs) : 0, 644
Telemetry [baseline] (9.88 ms) : 0, 9880
Telemetry [candidate] (11.969 ms) : 0, 11969
section iast
crashtracking [baseline] (1.418 ms) : 0, 1418
crashtracking [candidate] (1.428 ms) : 0, 1428
BytebuddyAgent [baseline] (843.666 ms) : 0, 843666
BytebuddyAgent [candidate] (844.449 ms) : 0, 844449
GlobalTracer [baseline] (230.193 ms) : 0, 230193
GlobalTracer [candidate] (231.3 ms) : 0, 231300
IAST [baseline] (28.313 ms) : 0, 28313
IAST [candidate] (30.67 ms) : 0, 30670
AppSec [baseline] (27.98 ms) : 0, 27980
AppSec [candidate] (26.211 ms) : 0, 26211
Debugger [baseline] (7.437 ms) : 0, 7437
Debugger [candidate] (5.815 ms) : 0, 5815
Remote Config [baseline] (587.756 µs) : 0, 588
Remote Config [candidate] (575.245 µs) : 0, 575
Telemetry [baseline] (8.098 ms) : 0, 8098
Telemetry [candidate] (8.12 ms) : 0, 8120
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.048 s) : 0, 1048433
Total [baseline] (10.629 s) : 0, 10629081
Agent [candidate] (1.048 s) : 0, 1048475
Total [candidate] (10.659 s) : 0, 10658880
section appsec
Agent [baseline] (1.223 s) : 0, 1223252
Total [baseline] (10.799 s) : 0, 10798823
Agent [candidate] (1.217 s) : 0, 1216792
Total [candidate] (10.713 s) : 0, 10713250
section iast
Agent [baseline] (1.173 s) : 0, 1172657
Total [baseline] (10.825 s) : 0, 10825099
Agent [candidate] (1.182 s) : 0, 1182130
Total [candidate] (10.88 s) : 0, 10879953
section profiling
Agent [baseline] (1.189 s) : 0, 1189408
Total [baseline] (10.791 s) : 0, 10790865
Agent [candidate] (1.192 s) : 0, 1191886
Total [candidate] (10.89 s) : 0, 10889984
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.048 s -
Agent appsec 1.223 s 174.819 ms (16.7%)
Agent iast 1.173 s 124.224 ms (11.8%)
Agent profiling 1.189 s 140.974 ms (13.4%)
Total tracing 10.629 s -
Total appsec 10.799 s 169.742 ms (1.6%)
Total iast 10.825 s 196.018 ms (1.8%)
Total profiling 10.791 s 161.784 ms (1.5%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.048 s -
Agent appsec 1.217 s 168.317 ms (16.1%)
Agent iast 1.182 s 133.655 ms (12.7%)
Agent profiling 1.192 s 143.411 ms (13.7%)
Total tracing 10.659 s -
Total appsec 10.713 s 54.37 ms (0.5%)
Total iast 10.88 s 221.073 ms (2.1%)
Total profiling 10.89 s 231.103 ms (2.2%)
gantt
    title petclinic - break down per module: candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.441 ms) : 0, 1441
crashtracking [candidate] (1.443 ms) : 0, 1443
BytebuddyAgent [baseline] (735.738 ms) : 0, 735738
BytebuddyAgent [candidate] (735.052 ms) : 0, 735052
GlobalTracer [baseline] (242.811 ms) : 0, 242811
GlobalTracer [candidate] (242.672 ms) : 0, 242672
AppSec [baseline] (30.633 ms) : 0, 30633
AppSec [candidate] (30.2 ms) : 0, 30200
Debugger [baseline] (6.065 ms) : 0, 6065
Debugger [candidate] (6.053 ms) : 0, 6053
Remote Config [baseline] (663.914 µs) : 0, 664
Remote Config [candidate] (651.813 µs) : 0, 652
Telemetry [baseline] (9.988 ms) : 0, 9988
Telemetry [candidate] (11.266 ms) : 0, 11266
section appsec
crashtracking [baseline] (1.433 ms) : 0, 1433
crashtracking [candidate] (1.42 ms) : 0, 1420
BytebuddyAgent [baseline] (755.605 ms) : 0, 755605
BytebuddyAgent [candidate] (751.456 ms) : 0, 751456
GlobalTracer [baseline] (235.253 ms) : 0, 235253
GlobalTracer [candidate] (234.046 ms) : 0, 234046
AppSec [baseline] (169.94 ms) : 0, 169940
AppSec [candidate] (167.78 ms) : 0, 167780
Debugger [baseline] (7.178 ms) : 0, 7178
Debugger [candidate] (7.897 ms) : 0, 7897
Remote Config [baseline] (617.224 µs) : 0, 617
Remote Config [candidate] (618.995 µs) : 0, 619
Telemetry [baseline] (8.279 ms) : 0, 8279
Telemetry [candidate] (8.965 ms) : 0, 8965
IAST [baseline] (23.832 ms) : 0, 23832
IAST [candidate] (23.626 ms) : 0, 23626
section iast
crashtracking [baseline] (1.424 ms) : 0, 1424
crashtracking [candidate] (1.437 ms) : 0, 1437
BytebuddyAgent [baseline] (846.08 ms) : 0, 846080
BytebuddyAgent [candidate] (854.036 ms) : 0, 854036
GlobalTracer [baseline] (231.462 ms) : 0, 231462
GlobalTracer [candidate] (232.62 ms) : 0, 232620
AppSec [baseline] (28.964 ms) : 0, 28964
AppSec [candidate] (28.144 ms) : 0, 28144
Debugger [baseline] (7.605 ms) : 0, 7605
Debugger [candidate] (8.23 ms) : 0, 8230
Remote Config [baseline] (583.448 µs) : 0, 583
Remote Config [candidate] (601.409 µs) : 0, 601
Telemetry [baseline] (8.155 ms) : 0, 8155
Telemetry [candidate] (8.14 ms) : 0, 8140
IAST [baseline] (27.356 ms) : 0, 27356
IAST [candidate] (27.738 ms) : 0, 27738
section profiling
ProfilingAgent [baseline] (107.708 ms) : 0, 107708
ProfilingAgent [candidate] (108.687 ms) : 0, 108687
crashtracking [baseline] (1.398 ms) : 0, 1398
crashtracking [candidate] (1.397 ms) : 0, 1397
BytebuddyAgent [baseline] (757.5 ms) : 0, 757500
BytebuddyAgent [candidate] (758.572 ms) : 0, 758572
GlobalTracer [baseline] (220.677 ms) : 0, 220677
GlobalTracer [candidate] (220.811 ms) : 0, 220811
AppSec [baseline] (30.168 ms) : 0, 30168
AppSec [candidate] (29.924 ms) : 0, 29924
Debugger [baseline] (6.18 ms) : 0, 6180
Debugger [candidate] (6.282 ms) : 0, 6282
Remote Config [baseline] (678.107 µs) : 0, 678
Remote Config [candidate] (677.577 µs) : 0, 678
Telemetry [baseline] (15.877 ms) : 0, 15877
Telemetry [candidate] (16.127 ms) : 0, 16127
Profiling [baseline] (108.372 ms) : 0, 108372
Profiling [candidate] (109.343 ms) : 0, 109343
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master malvarez/fix-appsec-rc-activation
git_commit_date 1753944938 1753947865
git_commit_sha 1b40197 311bc7b
release_version 1.51.1-SNAPSHOT~1b40197b5c 1.51.1-SNAPSHOT~311bc7b180
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753949351 1753949351
ci_job_id 1056986365 1056986365
ci_pipeline_id 72263784 72263784
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-5h1gfo9s 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-5h1gfo9s 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 9 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:tracing:high_load worse
[+237.520µs; +485.572µs] or [+3.155%; +6.450%]
unstable
[-105.889op/s; +50.389op/s] or [-17.220%; +8.195%]
7.890ms 587.156op/s 7.529ms 614.906op/s
scenario:load:insecure-bank:profiling:high_load worse
[+843.885µs; +1149.582µs] or [+9.912%; +13.503%]
unstable
[-125.968op/s; +12.718op/s] or [-23.123%; +2.334%]
9.510ms 488.156op/s 8.513ms 544.781op/s
scenario:load:petclinic:no_agent:high_load worse
[+0.987ms; +1.651ms] or [+2.718%; +4.547%]
unstable
[-13.358op/s; +4.483op/s] or [-10.375%; +3.482%]
37.629ms 124.312op/s 36.310ms 128.750op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c
    dateFormat X
    axisFormat %s
section baseline
no_agent (36.31 ms) : 36000, 36619
.   : milestone, 36310,
appsec (47.134 ms) : 46719, 47549
.   : milestone, 47134,
code_origins (46.575 ms) : 46168, 46982
.   : milestone, 46575,
iast (45.455 ms) : 45077, 45832
.   : milestone, 45455,
profiling (49.015 ms) : 48542, 49487
.   : milestone, 49015,
tracing (45.728 ms) : 45335, 46121
.   : milestone, 45728,
section candidate
no_agent (37.629 ms) : 37321, 37937
.   : milestone, 37629,
appsec (47.757 ms) : 47330, 48184
.   : milestone, 47757,
code_origins (45.258 ms) : 44864, 45652
.   : milestone, 45258,
iast (44.368 ms) : 43992, 44745
.   : milestone, 44368,
profiling (50.093 ms) : 49608, 50578
.   : milestone, 50093,
tracing (45.139 ms) : 44754, 45524
.   : milestone, 45139,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.31 ms [36.0 ms, 36.619 ms] -
appsec 47.134 ms [46.719 ms, 47.549 ms] 10.825 ms (29.8%)
code_origins 46.575 ms [46.168 ms, 46.982 ms] 10.266 ms (28.3%)
iast 45.455 ms [45.077 ms, 45.832 ms] 9.145 ms (25.2%)
profiling 49.015 ms [48.542 ms, 49.487 ms] 12.705 ms (35.0%)
tracing 45.728 ms [45.335 ms, 46.121 ms] 9.418 ms (25.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.629 ms [37.321 ms, 37.937 ms] -
appsec 47.757 ms [47.33 ms, 48.184 ms] 10.129 ms (26.9%)
code_origins 45.258 ms [44.864 ms, 45.652 ms] 7.63 ms (20.3%)
iast 44.368 ms [43.992 ms, 44.745 ms] 6.74 ms (17.9%)
profiling 50.093 ms [49.608 ms, 50.578 ms] 12.464 ms (33.1%)
tracing 45.139 ms [44.754 ms, 45.524 ms] 7.51 ms (20.0%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.354 ms) : 4305, 4403
.   : milestone, 4354,
iast (9.297 ms) : 9146, 9449
.   : milestone, 9297,
iast_FULL (13.669 ms) : 13397, 13940
.   : milestone, 13669,
iast_GLOBAL (10.51 ms) : 10326, 10695
.   : milestone, 10510,
profiling (8.513 ms) : 8383, 8644
.   : milestone, 8513,
tracing (7.529 ms) : 7419, 7638
.   : milestone, 7529,
section candidate
no_agent (4.393 ms) : 4344, 4442
.   : milestone, 4393,
iast (9.32 ms) : 9166, 9473
.   : milestone, 9320,
iast_FULL (13.849 ms) : 13571, 14126
.   : milestone, 13849,
iast_GLOBAL (10.394 ms) : 10211, 10576
.   : milestone, 10394,
profiling (9.51 ms) : 9357, 9663
.   : milestone, 9510,
tracing (7.89 ms) : 7770, 8011
.   : milestone, 7890,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.354 ms [4.305 ms, 4.403 ms] -
iast 9.297 ms [9.146 ms, 9.449 ms] 4.943 ms (113.5%)
iast_FULL 13.669 ms [13.397 ms, 13.94 ms] 9.315 ms (213.9%)
iast_GLOBAL 10.51 ms [10.326 ms, 10.695 ms] 6.156 ms (141.4%)
profiling 8.513 ms [8.383 ms, 8.644 ms] 4.159 ms (95.5%)
tracing 7.529 ms [7.419 ms, 7.638 ms] 3.174 ms (72.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.393 ms [4.344 ms, 4.442 ms] -
iast 9.32 ms [9.166 ms, 9.473 ms] 4.927 ms (112.2%)
iast_FULL 13.849 ms [13.571 ms, 14.126 ms] 9.456 ms (215.3%)
iast_GLOBAL 10.394 ms [10.211 ms, 10.576 ms] 6.001 ms (136.6%)
profiling 9.51 ms [9.357 ms, 9.663 ms] 5.117 ms (116.5%)
tracing 7.89 ms [7.77 ms, 8.011 ms] 3.497 ms (79.6%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master malvarez/fix-appsec-rc-activation
git_commit_date 1753944938 1753947865
git_commit_sha 1b40197 311bc7b
release_version 1.51.1-SNAPSHOT~1b40197b5c 1.51.1-SNAPSHOT~311bc7b180
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1753949768 1753949768
ci_job_id 1056986367 1056986367
ci_pipeline_id 72263784 72263784
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-a7uxeede 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-a7uxeede 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 11 metrics, 1 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.479 ms) : 1467, 1490
.   : milestone, 1479,
appsec (3.561 ms) : 3351, 3771
.   : milestone, 3561,
iast (2.212 ms) : 2149, 2275
.   : milestone, 2212,
iast_GLOBAL (2.249 ms) : 2186, 2311
.   : milestone, 2249,
profiling (2.039 ms) : 1989, 2089
.   : milestone, 2039,
tracing (2.019 ms) : 1971, 2068
.   : milestone, 2019,
section candidate
no_agent (1.484 ms) : 1472, 1496
.   : milestone, 1484,
appsec (3.674 ms) : 3456, 3892
.   : milestone, 3674,
iast (2.198 ms) : 2135, 2261
.   : milestone, 2198,
iast_GLOBAL (2.243 ms) : 2180, 2306
.   : milestone, 2243,
profiling (2.065 ms) : 2013, 2117
.   : milestone, 2065,
tracing (2.031 ms) : 1982, 2080
.   : milestone, 2031,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.479 ms [1.467 ms, 1.49 ms] -
appsec 3.561 ms [3.351 ms, 3.771 ms] 2.082 ms (140.8%)
iast 2.212 ms [2.149 ms, 2.275 ms] 733.008 µs (49.6%)
iast_GLOBAL 2.249 ms [2.186 ms, 2.311 ms] 769.913 µs (52.1%)
profiling 2.039 ms [1.989 ms, 2.089 ms] 560.22 µs (37.9%)
tracing 2.019 ms [1.971 ms, 2.068 ms] 540.633 µs (36.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.484 ms [1.472 ms, 1.496 ms] -
appsec 3.674 ms [3.456 ms, 3.892 ms] 2.19 ms (147.6%)
iast 2.198 ms [2.135 ms, 2.261 ms] 714.391 µs (48.1%)
iast_GLOBAL 2.243 ms [2.18 ms, 2.306 ms] 758.828 µs (51.1%)
profiling 2.065 ms [2.013 ms, 2.117 ms] 581.202 µs (39.2%)
tracing 2.031 ms [1.982 ms, 2.08 ms] 547.425 µs (36.9%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~311bc7b180, baseline=1.51.1-SNAPSHOT~1b40197b5c
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.539 s) : 15539000, 15539000
.   : milestone, 15539000,
appsec (14.979 s) : 14979000, 14979000
.   : milestone, 14979000,
iast (18.364 s) : 18364000, 18364000
.   : milestone, 18364000,
iast_GLOBAL (18.167 s) : 18167000, 18167000
.   : milestone, 18167000,
profiling (15.235 s) : 15235000, 15235000
.   : milestone, 15235000,
tracing (15.093 s) : 15093000, 15093000
.   : milestone, 15093000,
section candidate
no_agent (15.04 s) : 15040000, 15040000
.   : milestone, 15040000,
appsec (14.753 s) : 14753000, 14753000
.   : milestone, 14753000,
iast (18.42 s) : 18420000, 18420000
.   : milestone, 18420000,
iast_GLOBAL (18.109 s) : 18109000, 18109000
.   : milestone, 18109000,
profiling (15.577 s) : 15577000, 15577000
.   : milestone, 15577000,
tracing (14.89 s) : 14890000, 14890000
.   : milestone, 14890000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.539 s [15.539 s, 15.539 s] -
appsec 14.979 s [14.979 s, 14.979 s] -560.0 ms (-3.6%)
iast 18.364 s [18.364 s, 18.364 s] 2.825 s (18.2%)
iast_GLOBAL 18.167 s [18.167 s, 18.167 s] 2.628 s (16.9%)
profiling 15.235 s [15.235 s, 15.235 s] -304.0 ms (-2.0%)
tracing 15.093 s [15.093 s, 15.093 s] -446.0 ms (-2.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.04 s [15.04 s, 15.04 s] -
appsec 14.753 s [14.753 s, 14.753 s] -287.0 ms (-1.9%)
iast 18.42 s [18.42 s, 18.42 s] 3.38 s (22.5%)
iast_GLOBAL 18.109 s [18.109 s, 18.109 s] 3.069 s (20.4%)
profiling 15.577 s [15.577 s, 15.577 s] 537.0 ms (3.6%)
tracing 14.89 s [14.89 s, 14.89 s] -150.0 ms (-1.0%)

@manuel-alvarez-alvarez manuel-alvarez-alvarez force-pushed the malvarez/fix-appsec-rc-activation branch from 0071606 to 596b462 Compare July 29, 2025 07:21
@manuel-alvarez-alvarez manuel-alvarez-alvarez added comp: asm waf Application Security Management (WAF) type: enhancement Enhancements and improvements labels Jul 29, 2025
@manuel-alvarez-alvarez manuel-alvarez-alvarez marked this pull request as ready for review July 29, 2025 07:26
@manuel-alvarez-alvarez manuel-alvarez-alvarez requested review from a team as code owners July 29, 2025 07:26
@@ -820,6 +711,41 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
service.usedDDWafConfigKeys.empty
}

void 'test that empty configurations are acknowledged'() {
Copy link
Member

Choose a reason for hiding this comment

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

Just a suggestion, I feel that something like 'are not sent' is more accurate than 'are acknowledged'

Copy link
Member Author

Choose a reason for hiding this comment

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

It refers to the RC status, before they were reported as ERROR as the WAF failed to accept the config, now they will be reported as ACKNOWLEDGED

@@ -4,7 +4,7 @@

public class AppSecApplication {

public static final long TIMEOUT_IN_SECONDS = 10;
public static final long TIMEOUT_IN_SECONDS = 15;
Copy link
Member

Choose a reason for hiding this comment

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

Is this necessary?

Copy link
Member

Choose a reason for hiding this comment

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

to fix the flakiness?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's just to give us a little bit of extra room.

Copy link
Member

@jandro996 jandro996 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member Author

@manuel-alvarez-alvarez manuel-alvarez-alvarez left a comment

Choose a reason for hiding this comment

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

Test should be passing after the latest commits

@@ -820,6 +711,41 @@ class AppSecConfigServiceImplSpecification extends DDSpecification {
service.usedDDWafConfigKeys.empty
}

void 'test that empty configurations are acknowledged'() {
Copy link
Member Author

Choose a reason for hiding this comment

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

It refers to the RC status, before they were reported as ERROR as the WAF failed to accept the config, now they will be reported as ACKNOWLEDGED

@@ -4,7 +4,7 @@

public class AppSecApplication {

public static final long TIMEOUT_IN_SECONDS = 10;
public static final long TIMEOUT_IN_SECONDS = 15;
Copy link
Member Author

Choose a reason for hiding this comment

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

It's just to give us a little bit of extra room.

@manuel-alvarez-alvarez manuel-alvarez-alvarez force-pushed the malvarez/fix-appsec-rc-activation branch from c019ea7 to 311bc7b Compare July 31, 2025 07:44
@manuel-alvarez-alvarez manuel-alvarez-alvarez merged commit d858d53 into master Jul 31, 2025
504 checks passed
@manuel-alvarez-alvarez manuel-alvarez-alvarez deleted the malvarez/fix-appsec-rc-activation branch July 31, 2025 09:58
@github-actions github-actions bot added this to the 1.52.0 milestone Jul 31, 2025
nayeem-kamal pushed a commit that referenced this pull request Aug 4, 2025
…led (#9260)

Only report ASM_DD, ASM_DATA and ASM capabilities when AppSec is enabled

Signed-off-by: Nayeem Kamal <nayeem.kamal@datadoghq.com>
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: asm waf Application Security Management (WAF) type: enhancement Enhancements and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants