-
Notifications
You must be signed in to change notification settings - Fork 312
π 9323 - Improve RUM injection matching and avoid truncating responses #9342
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
Conversation
(cherry picked from commit 36246b4)
(cherry picked from commit f46c8f1)
(cherry picked from commit 13753c1)
(cherry picked from commit 4fb4129)
β¦actRumServerSmokeTest.groovy Co-authored-by: Bruce Bujon <[email protected]> (cherry picked from commit 4b44a38)
β¦actRumServerSmokeTest.groovy Co-authored-by: Bruce Bujon <[email protected]> (cherry picked from commit d7e1fdf)
(cherry picked from commit 22e5389)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reporting 9323 approval
Code coverage: total 58.82%, base diff 1.70%, patch 100.00% (view details) This comment will be updated automatically if new data arrives.π Commit SHA: d23e8a9 | Docs | Was this helpful? Give us feedback! |
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 11 unstable metrics. Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.046 s) : 0, 1046331
Total [baseline] (8.616 s) : 0, 8616132
Agent [candidate] (1.043 s) : 0, 1043179
Total [candidate] (8.579 s) : 0, 8579253
section iast
Agent [baseline] (1.176 s) : 0, 1175915
Total [baseline] (9.304 s) : 0, 9304075
Agent [candidate] (1.193 s) : 0, 1193366
Total [candidate] (9.363 s) : 0, 9362735
gantt
title insecure-bank - break down per module: candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section tracing
crashtracking [baseline] (1.454 ms) : 0, 1454
crashtracking [candidate] (1.433 ms) : 0, 1433
BytebuddyAgent [baseline] (731.873 ms) : 0, 731873
BytebuddyAgent [candidate] (731.307 ms) : 0, 731307
GlobalTracer [baseline] (242.319 ms) : 0, 242319
GlobalTracer [candidate] (241.853 ms) : 0, 241853
AppSec [baseline] (30.075 ms) : 0, 30075
AppSec [candidate] (29.898 ms) : 0, 29898
Debugger [baseline] (6.031 ms) : 0, 6031
Debugger [candidate] (6.005 ms) : 0, 6005
Remote Config [baseline] (663.446 Β΅s) : 0, 663
Remote Config [candidate] (647.457 Β΅s) : 0, 647
Telemetry [baseline] (12.925 ms) : 0, 12925
Telemetry [candidate] (11.083 ms) : 0, 11083
section iast
crashtracking [baseline] (1.429 ms) : 0, 1429
crashtracking [candidate] (1.463 ms) : 0, 1463
BytebuddyAgent [baseline] (849.002 ms) : 0, 849002
BytebuddyAgent [candidate] (863.098 ms) : 0, 863098
GlobalTracer [baseline] (232.53 ms) : 0, 232530
GlobalTracer [candidate] (234.488 ms) : 0, 234488
AppSec [baseline] (26.473 ms) : 0, 26473
AppSec [candidate] (28.077 ms) : 0, 28077
Debugger [baseline] (7.439 ms) : 0, 7439
Debugger [candidate] (7.599 ms) : 0, 7599
Remote Config [baseline] (583.997 Β΅s) : 0, 584
Remote Config [candidate] (597.264 Β΅s) : 0, 597
Telemetry [baseline] (8.298 ms) : 0, 8298
Telemetry [candidate] (8.16 ms) : 0, 8160
IAST [baseline] (29.229 ms) : 0, 29229
IAST [candidate] (28.524 ms) : 0, 28524
Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.056 s) : 0, 1055607
Total [baseline] (10.678 s) : 0, 10678050
Agent [candidate] (1.042 s) : 0, 1041773
Total [candidate] (10.706 s) : 0, 10706146
section appsec
Agent [baseline] (1.227 s) : 0, 1227106
Total [baseline] (10.76 s) : 0, 10760092
Agent [candidate] (1.225 s) : 0, 1224927
Total [candidate] (10.752 s) : 0, 10751761
section iast
Agent [baseline] (1.176 s) : 0, 1176438
Total [baseline] (10.918 s) : 0, 10917587
Agent [candidate] (1.181 s) : 0, 1181068
Total [candidate] (10.985 s) : 0, 10985055
section profiling
Agent [baseline] (1.21 s) : 0, 1210427
Total [baseline] (10.99 s) : 0, 10990436
Agent [candidate] (1.192 s) : 0, 1192454
Total [candidate] (10.826 s) : 0, 10826407
gantt
title petclinic - break down per module: candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section tracing
crashtracking [baseline] (1.446 ms) : 0, 1446
crashtracking [candidate] (1.427 ms) : 0, 1427
BytebuddyAgent [baseline] (739.091 ms) : 0, 739091
BytebuddyAgent [candidate] (729.725 ms) : 0, 729725
GlobalTracer [baseline] (243.255 ms) : 0, 243255
GlobalTracer [candidate] (241.675 ms) : 0, 241675
AppSec [baseline] (29.795 ms) : 0, 29795
AppSec [candidate] (30.029 ms) : 0, 30029
Debugger [baseline] (5.986 ms) : 0, 5986
Debugger [candidate] (6.025 ms) : 0, 6025
Remote Config [baseline] (637.888 Β΅s) : 0, 638
Remote Config [candidate] (656.602 Β΅s) : 0, 657
Telemetry [baseline] (14.177 ms) : 0, 14177
Telemetry [candidate] (11.208 ms) : 0, 11208
section appsec
crashtracking [baseline] (1.438 ms) : 0, 1438
crashtracking [candidate] (1.433 ms) : 0, 1433
BytebuddyAgent [baseline] (757.138 ms) : 0, 757138
BytebuddyAgent [candidate] (757.103 ms) : 0, 757103
GlobalTracer [baseline] (236.595 ms) : 0, 236595
GlobalTracer [candidate] (235.92 ms) : 0, 235920
AppSec [baseline] (167.83 ms) : 0, 167830
AppSec [candidate] (168.321 ms) : 0, 168321
Debugger [baseline] (8.791 ms) : 0, 8791
Debugger [candidate] (8.006 ms) : 0, 8006
Remote Config [baseline] (631.388 Β΅s) : 0, 631
Remote Config [candidate] (607.302 Β΅s) : 0, 607
Telemetry [baseline] (9.868 ms) : 0, 9868
Telemetry [candidate] (9.049 ms) : 0, 9049
IAST [baseline] (23.676 ms) : 0, 23676
IAST [candidate] (23.385 ms) : 0, 23385
section iast
crashtracking [baseline] (1.43 ms) : 0, 1430
crashtracking [candidate] (1.442 ms) : 0, 1442
BytebuddyAgent [baseline] (849.172 ms) : 0, 849172
BytebuddyAgent [candidate] (853.366 ms) : 0, 853366
GlobalTracer [baseline] (232.794 ms) : 0, 232794
GlobalTracer [candidate] (232.579 ms) : 0, 232579
AppSec [baseline] (27.409 ms) : 0, 27409
AppSec [candidate] (27.175 ms) : 0, 27175
Debugger [baseline] (7.359 ms) : 0, 7359
Debugger [candidate] (6.635 ms) : 0, 6635
Remote Config [baseline] (579.399 Β΅s) : 0, 579
Remote Config [candidate] (596.156 Β΅s) : 0, 596
Telemetry [baseline] (8.251 ms) : 0, 8251
Telemetry [candidate] (8.246 ms) : 0, 8246
IAST [baseline] (28.378 ms) : 0, 28378
IAST [candidate] (29.908 ms) : 0, 29908
section profiling
crashtracking [baseline] (1.419 ms) : 0, 1419
crashtracking [candidate] (1.401 ms) : 0, 1401
BytebuddyAgent [baseline] (771.409 ms) : 0, 771409
BytebuddyAgent [candidate] (759.616 ms) : 0, 759616
GlobalTracer [baseline] (224.44 ms) : 0, 224440
GlobalTracer [candidate] (221.325 ms) : 0, 221325
AppSec [baseline] (30.488 ms) : 0, 30488
AppSec [candidate] (29.989 ms) : 0, 29989
Debugger [baseline] (6.329 ms) : 0, 6329
Debugger [candidate] (6.336 ms) : 0, 6336
Remote Config [baseline] (690.546 Β΅s) : 0, 691
Remote Config [candidate] (678.505 Β΅s) : 0, 679
Telemetry [baseline] (16.229 ms) : 0, 16229
Telemetry [candidate] (15.206 ms) : 0, 15206
ProfilingAgent [baseline] (109.316 ms) : 0, 109316
ProfilingAgent [candidate] (107.714 ms) : 0, 107714
Profiling [baseline] (109.975 ms) : 0, 109975
Profiling [candidate] (109.067 ms) : 0, 109067
LoadParameters
See matching parameters
SummaryFound 2 performance improvements and 3 performance regressions! Performance is the same for 7 metrics, 12 unstable metrics.
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section baseline
no_agent (36.807 ms) : 36510, 37104
. : milestone, 36807,
appsec (44.569 ms) : 44179, 44959
. : milestone, 44569,
code_origins (44.759 ms) : 44378, 45140
. : milestone, 44759,
iast (44.771 ms) : 44387, 45155
. : milestone, 44771,
profiling (45.926 ms) : 45526, 46325
. : milestone, 45926,
tracing (42.862 ms) : 42509, 43216
. : milestone, 42862,
section candidate
no_agent (37.181 ms) : 36876, 37487
. : milestone, 37181,
appsec (48.455 ms) : 48023, 48887
. : milestone, 48455,
code_origins (44.235 ms) : 43848, 44622
. : milestone, 44235,
iast (42.365 ms) : 42012, 42717
. : milestone, 42365,
profiling (47.636 ms) : 47157, 48115
. : milestone, 47636,
tracing (44.144 ms) : 43764, 44523
. : milestone, 44144,
Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section baseline
no_agent (4.322 ms) : 4266, 4378
. : milestone, 4322,
iast (9.06 ms) : 8911, 9209
. : milestone, 9060,
iast_FULL (14.466 ms) : 14171, 14761
. : milestone, 14466,
iast_GLOBAL (10.321 ms) : 10140, 10503
. : milestone, 10321,
profiling (8.764 ms) : 8624, 8904
. : milestone, 8764,
tracing (7.535 ms) : 7428, 7641
. : milestone, 7535,
section candidate
no_agent (4.469 ms) : 4405, 4533
. : milestone, 4469,
iast (9.143 ms) : 8993, 9292
. : milestone, 9143,
iast_FULL (13.808 ms) : 13534, 14082
. : milestone, 13808,
iast_GLOBAL (10.401 ms) : 10200, 10602
. : milestone, 10401,
profiling (9.039 ms) : 8888, 9191
. : milestone, 9039,
tracing (7.551 ms) : 7436, 7666
. : milestone, 7551,
DacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 10 metrics, 2 unstable metrics. Execution time for biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section baseline
no_agent (14.936 s) : 14936000, 14936000
. : milestone, 14936000,
appsec (14.837 s) : 14837000, 14837000
. : milestone, 14837000,
iast (18.776 s) : 18776000, 18776000
. : milestone, 18776000,
iast_GLOBAL (18.057 s) : 18057000, 18057000
. : milestone, 18057000,
profiling (15.35 s) : 15350000, 15350000
. : milestone, 15350000,
tracing (14.798 s) : 14798000, 14798000
. : milestone, 14798000,
section candidate
no_agent (14.78 s) : 14780000, 14780000
. : milestone, 14780000,
appsec (14.908 s) : 14908000, 14908000
. : milestone, 14908000,
iast (18.543 s) : 18543000, 18543000
. : milestone, 18543000,
iast_GLOBAL (18.119 s) : 18119000, 18119000
. : milestone, 18119000,
profiling (15.942 s) : 15942000, 15942000
. : milestone, 15942000,
tracing (15.148 s) : 15148000, 15148000
. : milestone, 15148000,
Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.53.0-SNAPSHOT~d23e8a9167, baseline=1.53.0-SNAPSHOT~aa86f15c9b
dateFormat X
axisFormat %s
section baseline
no_agent (1.48 ms) : 1469, 1492
. : milestone, 1480,
appsec (3.677 ms) : 3459, 3895
. : milestone, 3677,
iast (2.216 ms) : 2153, 2279
. : milestone, 2216,
iast_GLOBAL (2.245 ms) : 2182, 2308
. : milestone, 2245,
profiling (2.488 ms) : 2322, 2655
. : milestone, 2488,
tracing (2.036 ms) : 1987, 2085
. : milestone, 2036,
section candidate
no_agent (1.481 ms) : 1470, 1493
. : milestone, 1481,
appsec (3.666 ms) : 3448, 3883
. : milestone, 3666,
iast (2.214 ms) : 2151, 2277
. : milestone, 2214,
iast_GLOBAL (2.257 ms) : 2194, 2321
. : milestone, 2257,
profiling (2.068 ms) : 2016, 2120
. : milestone, 2068,
tracing (2.032 ms) : 1983, 2081
. : milestone, 2032,
|
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.18.0` -> `5.19.0` | | [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.8.0` -> `2.8.1` | | [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `1.52.0` -> `1.52.1` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:regions](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.32.22` -> `2.32.23` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.19.0`](https://github.com/mockito/mockito/releases/tag/v5.19.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.19.0 - 2025-08-15 - [37 commit(s)](mockito/mockito@v5.18.0...v5.19.0) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot\[bot], juyeop - feat: Add support for JDK21 Sequenced Collections. [(#​3708)](mockito/mockito#3708) - Bump actions/checkout from 4 to 5 [(#​3707)](mockito/mockito#3707) - build: Allow overriding 'Created-By' for reproducible builds [(#​3704)](mockito/mockito#3704) - Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 [(#​3703)](mockito/mockito#3703) - Bump androidx.test:runner from 1.6.2 to 1.7.0 [(#​3697)](mockito/mockito#3697) - Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 [(#​3694)](mockito/mockito#3694) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 [(#​3693)](mockito/mockito#3693) - Bump junit-jupiter from 5.13.3 to 5.13.4 [(#​3691)](mockito/mockito#3691) - Bump com.gradle.develocity from 4.0.2 to 4.1 [(#​3689)](mockito/mockito#3689) - Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 [(#​3688)](mockito/mockito#3688) - Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 [(#​3686)](mockito/mockito#3686) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 [(#​3685)](mockito/mockito#3685) - Bump junit-jupiter from 5.13.2 to 5.13.3 [(#​3684)](mockito/mockito#3684) - Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 [(#​3683)](mockito/mockito#3683) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 [(#​3682)](mockito/mockito#3682) - Only run release after both Java and Android tests have finished [(#​3681)](mockito/mockito#3681) - Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 [(#​3680)](mockito/mockito#3680) - Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 [(#​3679)](mockito/mockito#3679) - Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 [(#​3678)](mockito/mockito#3678) - Can no longer publish snapshot releases [(#​3677)](mockito/mockito#3677) - Update Gradle to 8.14.2 [(#​3676)](mockito/mockito#3676) - Bump errorprone from 2.23.0 to 2.39.0 [(#​3674)](mockito/mockito#3674) - Correct Junit docs link [(#​3672)](mockito/mockito#3672) - Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 [(#​3670)](mockito/mockito#3670) - Bump junit-jupiter from 5.13.1 to 5.13.2 [(#​3669)](mockito/mockito#3669) - Bump bytebuddy from 1.17.5 to 1.17.6 [(#​3668)](mockito/mockito#3668) - Bump junit-jupiter from 5.12.2 to 5.13.1 [(#​3666)](mockito/mockito#3666) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 [(#​3665)](mockito/mockito#3665) - Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 [(#​3661)](mockito/mockito#3661) - Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 [(#​3660)](mockito/mockito#3660) - Add JDK21 sequenced collections for ReturnsEmptyValues [(#​3659)](mockito/mockito#3659) - Bump com.gradle.develocity from 3.19.1 to 4.0.2 [(#​3658)](mockito/mockito#3658) - Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 [(#​3657)](mockito/mockito#3657) - Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [(#​3656)](mockito/mockito#3656) - Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 [(#​3655)](mockito/mockito#3655) - Bump junit-jupiter from 5.11.4 to 5.12.2 [(#​3653)](mockito/mockito#3653) - Reproducible Build: need to inject JDK distribution details to rebuild [(#​3563)](mockito/mockito#3563) </details> <details> <summary>googleapis/google-api-java-client (com.google.api-client:google-api-client)</summary> ### [`v2.8.1`](https://github.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#281-2025-08-14) ##### Bug Fixes - **deps:** Update project.http.version to v2 ([#​2598](googleapis/google-api-java-client#2598)) ([4874da1](googleapis/google-api-java-client@4874da1)) </details> <details> <summary>datadog/dd-trace-java (com.datadoghq:dd-trace-api)</summary> ### [`v1.52.1`](https://github.com/DataDog/dd-trace-java/releases/tag/v1.52.1): 1.52.1 ### Components #### Application Security Management (WAF) - π Fix NullPointerException log in AppSec ([#​9356](DataDog/dd-trace-java#9356) - [@​jandro996](https://github.com/jandro996)) #### Continuous Integration Visibility - β¨β‘ Do not follow symlinks by default when building repository index ([#​9322](DataDog/dd-trace-java#9322) - [@​nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog)) #### GraalVM native-image - π Update GraalVM config to reflect TempLocationManager's new package ([#​9338](DataDog/dd-trace-java#9338) - [@​luneo7](https://github.com/luneo7) - thanks for the contribution!) #### Profiling - π Properly handle trace agent IPv6 URL in profiling ([#​9339](DataDog/dd-trace-java#9339) - [@​jbachorik](https://github.com/jbachorik)) #### Realtime User Monitoring - β¨ Support async servlet for RUM injection ([#​9343](DataDog/dd-trace-java#9343) - [@​amarziali](https://github.com/amarziali)) - π Improve RUM injection matching and avoid truncating responses ([#​9342](DataDog/dd-trace-java#9342) - [@​amarziali](https://github.com/amarziali)) - β¨ Make rum injector stream/writer more resilient to errors ([#​9340](DataDog/dd-trace-java#9340) - [@​amarziali](https://github.com/amarziali)) #### Tracer core - π Avoid NPE on featureDiscovery creation ([#​9354](DataDog/dd-trace-java#9354) - [@​amarziali](https://github.com/amarziali)) </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: 74bf02ba96add7578dbd1f225449c2f86de0c99d
Backport #9323 to release/v1.52.x