Skip to content
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

Add new tag for enabled products / features to DSM checkpoints #8051

Merged
merged 10 commits into from
Dec 6, 2024

Conversation

kr-igor
Copy link
Contributor

@kr-igor kr-igor commented Dec 3, 2024

What Does This Do

This PR adds one new tag to DSM checkpoints, representing enabled products / features.

Motivation

This flag will allow us to better understand in which environments and with which configurations DSM is being run. The value of the tag is a bitmask which can be extended as needed in the future.

@kr-igor kr-igor marked this pull request as ready for review December 3, 2024 17:08
@kr-igor kr-igor requested a review from a team as a code owner December 3, 2024 17:08
@kr-igor kr-igor requested a review from PerfectSlayer December 3, 2024 17:08
@@ -129,7 +140,9 @@ public void setCheckpoint(
try {
// So far, each tag key has only one tag value, so we're initializing the capacity to match
// the number of tag keys for now. We should revisit this later if it's no longer the case.
List<String> allTags = new ArrayList<>(sortedTags.size());
List<String> allTags = new ArrayList<>(sortedTags.size() + 1);
allTags.add(getProductMaskTag());
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think of putting that in the "hash of known tags"?
That means we need to update the hashOfKnownsTags every time we enable / disable data streams via remote configuration, but it would give a boost in performance.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That will add one more field to hash, so I'm not sure about performance gains (the check for enabled products just checks a few variables). Also changing the configuration will change pathway hashes if we hash using this tag. Not critical, but it will create duplicating pathways during the overlapping time period.

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point. Let's just not use it for hashing.

Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think about putting this mask as a new field on the message pack? It could be a top level field on the payload instead of being set on each checkpoint.
So we could call the config right before writing the message pack in the writer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea! Moved the logic

@pr-commenter
Copy link

pr-commenter bot commented Dec 3, 2024

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master kr-igor/dsm-product-tags
git_commit_date 1733407027 1733411990
git_commit_sha 6d420cc 928343c
release_version 1.44.0-SNAPSHOT~6d420cca51 1.44.0-SNAPSHOT~928343c1c2
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1733414302 1733414302
ci_job_id 728203906 728203906
ci_pipeline_id 50398662 50398662
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
module Agent Agent
parent None None
variant iast iast

Summary

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

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.086 s) : 0, 1085740
Total [baseline] (8.633 s) : 0, 8633164
Agent [candidate] (1.09 s) : 0, 1090084
Total [candidate] (8.613 s) : 0, 8612611
section iast
Agent [baseline] (1.218 s) : 0, 1218351
Total [baseline] (9.191 s) : 0, 9191469
Agent [candidate] (1.224 s) : 0, 1224252
Total [candidate] (9.226 s) : 0, 9225897
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.219 s) : 0, 1219229
Total [baseline] (9.156 s) : 0, 9155920
Agent [candidate] (1.226 s) : 0, 1225833
Total [candidate] (9.141 s) : 0, 9140999
section iast_TELEMETRY_OFF
Agent [baseline] (1.212 s) : 0, 1211640
Total [baseline] (9.132 s) : 0, 9131759
Agent [candidate] (1.217 s) : 0, 1217109
Total [candidate] (9.158 s) : 0, 9157784
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.086 s -
Agent iast 1.218 s 132.611 ms (12.2%)
Agent iast_HARDCODED_SECRET_DISABLED 1.219 s 133.489 ms (12.3%)
Agent iast_TELEMETRY_OFF 1.212 s 125.9 ms (11.6%)
Total tracing 8.633 s -
Total iast 9.191 s 558.305 ms (6.5%)
Total iast_HARDCODED_SECRET_DISABLED 9.156 s 522.756 ms (6.1%)
Total iast_TELEMETRY_OFF 9.132 s 498.595 ms (5.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.09 s -
Agent iast 1.224 s 134.168 ms (12.3%)
Agent iast_HARDCODED_SECRET_DISABLED 1.226 s 135.749 ms (12.5%)
Agent iast_TELEMETRY_OFF 1.217 s 127.025 ms (11.7%)
Total tracing 8.613 s -
Total iast 9.226 s 613.287 ms (7.1%)
Total iast_HARDCODED_SECRET_DISABLED 9.141 s 528.389 ms (6.1%)
Total iast_TELEMETRY_OFF 9.158 s 545.173 ms (6.3%)
gantt
    title insecure-bank - break down per module: candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (693.025 ms) : 0, 693025
BytebuddyAgent [candidate] (693.734 ms) : 0, 693734
GlobalTracer [baseline] (315.656 ms) : 0, 315656
GlobalTracer [candidate] (316.939 ms) : 0, 316939
AppSec [baseline] (54.325 ms) : 0, 54325
AppSec [candidate] (54.52 ms) : 0, 54520
Remote Config [baseline] (681.931 µs) : 0, 682
Remote Config [candidate] (678.503 µs) : 0, 679
Telemetry [baseline] (8.409 ms) : 0, 8409
Telemetry [candidate] (10.472 ms) : 0, 10472
section iast
BytebuddyAgent [baseline] (812.555 ms) : 0, 812555
BytebuddyAgent [candidate] (817.952 ms) : 0, 817952
GlobalTracer [baseline] (305.347 ms) : 0, 305347
GlobalTracer [candidate] (305.621 ms) : 0, 305621
AppSec [baseline] (57.001 ms) : 0, 57001
AppSec [candidate] (57.686 ms) : 0, 57686
IAST [baseline] (21.548 ms) : 0, 21548
IAST [candidate] (20.934 ms) : 0, 20934
Remote Config [baseline] (628.967 µs) : 0, 629
Remote Config [candidate] (630.254 µs) : 0, 630
Telemetry [baseline] (7.565 ms) : 0, 7565
Telemetry [candidate] (7.648 ms) : 0, 7648
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (812.948 ms) : 0, 812948
BytebuddyAgent [candidate] (817.38 ms) : 0, 817380
GlobalTracer [baseline] (305.506 ms) : 0, 305506
GlobalTracer [candidate] (307.461 ms) : 0, 307461
AppSec [baseline] (57.994 ms) : 0, 57994
AppSec [candidate] (57.75 ms) : 0, 57750
IAST [baseline] (20.847 ms) : 0, 20847
IAST [candidate] (21.029 ms) : 0, 21029
Remote Config [baseline] (637.727 µs) : 0, 638
Remote Config [candidate] (665.039 µs) : 0, 665
Telemetry [baseline] (7.521 ms) : 0, 7521
Telemetry [candidate] (7.567 ms) : 0, 7567
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (806.938 ms) : 0, 806938
BytebuddyAgent [candidate] (810.684 ms) : 0, 810684
GlobalTracer [baseline] (304.088 ms) : 0, 304088
GlobalTracer [candidate] (306.065 ms) : 0, 306065
AppSec [baseline] (57.457 ms) : 0, 57457
AppSec [candidate] (58.03 ms) : 0, 58030
IAST [baseline] (21.384 ms) : 0, 21384
IAST [candidate] (20.435 ms) : 0, 20435
Remote Config [baseline] (626.107 µs) : 0, 626
Remote Config [candidate] (625.447 µs) : 0, 625
Telemetry [baseline] (7.463 ms) : 0, 7463
Telemetry [candidate] (7.488 ms) : 0, 7488
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.089 s) : 0, 1088766
Total [baseline] (10.389 s) : 0, 10389163
Agent [candidate] (1.098 s) : 0, 1098360
Total [candidate] (10.478 s) : 0, 10477846
section appsec
Agent [baseline] (1.224 s) : 0, 1224107
Total [baseline] (10.721 s) : 0, 10721242
Agent [candidate] (1.224 s) : 0, 1224090
Total [candidate] (10.713 s) : 0, 10712940
section iast
Agent [baseline] (1.221 s) : 0, 1220827
Total [baseline] (10.933 s) : 0, 10933251
Agent [candidate] (1.219 s) : 0, 1219130
Total [candidate] (10.907 s) : 0, 10906717
section profiling
Agent [baseline] (1.314 s) : 0, 1313946
Total [baseline] (10.783 s) : 0, 10782521
Agent [candidate] (1.314 s) : 0, 1313999
Total [candidate] (10.803 s) : 0, 10802784
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.089 s -
Agent appsec 1.224 s 135.342 ms (12.4%)
Agent iast 1.221 s 132.061 ms (12.1%)
Agent profiling 1.314 s 225.18 ms (20.7%)
Total tracing 10.389 s -
Total appsec 10.721 s 332.079 ms (3.2%)
Total iast 10.933 s 544.088 ms (5.2%)
Total profiling 10.783 s 393.358 ms (3.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.098 s -
Agent appsec 1.224 s 125.73 ms (11.4%)
Agent iast 1.219 s 120.77 ms (11.0%)
Agent profiling 1.314 s 215.639 ms (19.6%)
Total tracing 10.478 s -
Total appsec 10.713 s 235.095 ms (2.2%)
Total iast 10.907 s 428.872 ms (4.1%)
Total profiling 10.803 s 324.938 ms (3.1%)
gantt
    title petclinic - break down per module: candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (694.079 ms) : 0, 694079
BytebuddyAgent [candidate] (699.677 ms) : 0, 699677
GlobalTracer [baseline] (316.126 ms) : 0, 316126
GlobalTracer [candidate] (318.819 ms) : 0, 318819
AppSec [baseline] (54.382 ms) : 0, 54382
AppSec [candidate] (54.805 ms) : 0, 54805
Remote Config [baseline] (673.959 µs) : 0, 674
Remote Config [candidate] (706.684 µs) : 0, 707
Telemetry [baseline] (9.808 ms) : 0, 9808
Telemetry [candidate] (10.504 ms) : 0, 10504
section appsec
BytebuddyAgent [baseline] (710.976 ms) : 0, 710976
BytebuddyAgent [candidate] (711.247 ms) : 0, 711247
GlobalTracer [baseline] (313.674 ms) : 0, 313674
GlobalTracer [candidate] (314.144 ms) : 0, 314144
AppSec [baseline] (167.498 ms) : 0, 167498
AppSec [candidate] (166.703 ms) : 0, 166703
Remote Config [baseline] (997.967 µs) : 0, 998
Remote Config [candidate] (661.431 µs) : 0, 661
Telemetry [baseline] (7.442 ms) : 0, 7442
Telemetry [candidate] (7.767 ms) : 0, 7767
IAST [baseline] (19.691 ms) : 0, 19691
IAST [candidate] (19.723 ms) : 0, 19723
section iast
BytebuddyAgent [baseline] (814.131 ms) : 0, 814131
BytebuddyAgent [candidate] (813.04 ms) : 0, 813040
GlobalTracer [baseline] (305.787 ms) : 0, 305787
GlobalTracer [candidate] (305.788 ms) : 0, 305788
AppSec [baseline] (57.837 ms) : 0, 57837
AppSec [candidate] (57.598 ms) : 0, 57598
Remote Config [baseline] (652.066 µs) : 0, 652
Remote Config [candidate] (648.404 µs) : 0, 648
Telemetry [baseline] (7.601 ms) : 0, 7601
Telemetry [candidate] (7.545 ms) : 0, 7545
IAST [baseline] (21.066 ms) : 0, 21066
IAST [candidate] (20.792 ms) : 0, 20792
section profiling
BytebuddyAgent [baseline] (687.859 ms) : 0, 687859
BytebuddyAgent [candidate] (689.29 ms) : 0, 689290
GlobalTracer [baseline] (431.591 ms) : 0, 431591
GlobalTracer [candidate] (430.971 ms) : 0, 430971
AppSec [baseline] (53.388 ms) : 0, 53388
AppSec [candidate] (53.334 ms) : 0, 53334
Remote Config [baseline] (654.413 µs) : 0, 654
Remote Config [candidate] (655.669 µs) : 0, 656
Telemetry [baseline] (7.74 ms) : 0, 7740
Telemetry [candidate] (7.723 ms) : 0, 7723
ProfilingAgent [baseline] (93.66 ms) : 0, 93660
ProfilingAgent [candidate] (92.888 ms) : 0, 92888
Profiling [baseline] (93.683 ms) : 0, 93683
Profiling [candidate] (92.912 ms) : 0, 92912
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2024-12-05T15:28:33 2024-12-05T15:35:35
git_branch master kr-igor/dsm-product-tags
git_commit_date 1733407027 1733411990
git_commit_sha 6d420cc 928343c
release_version 1.44.0-SNAPSHOT~6d420cca51 1.44.0-SNAPSHOT~928343c1c2
start_time 2024-12-05T15:28:20 2024-12-05T15:35:21
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1733413288 1733413288
ci_job_id 728203907 728203907
ci_pipeline_id 50398662 50398662
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
variant iast iast

Summary

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

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:petclinic:profiling better
[-93.559µs; -42.620µs] or [-5.905%; -2.690%]
unstable
[-432.852op/s; +660.773op/s] or [-14.609%; +22.301%]
1.516ms 3076.923op/s 1.584ms 2962.963op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.35 ms) : 1331, 1370
.   : milestone, 1350,
appsec (1.738 ms) : 1712, 1763
.   : milestone, 1738,
appsec_no_iast (1.756 ms) : 1732, 1781
.   : milestone, 1756,
iast (1.492 ms) : 1469, 1515
.   : milestone, 1492,
profiling (1.584 ms) : 1560, 1608
.   : milestone, 1584,
tracing (1.494 ms) : 1470, 1518
.   : milestone, 1494,
section candidate
no_agent (1.377 ms) : 1357, 1396
.   : milestone, 1377,
appsec (1.741 ms) : 1716, 1766
.   : milestone, 1741,
appsec_no_iast (1.736 ms) : 1711, 1762
.   : milestone, 1736,
iast (1.507 ms) : 1484, 1529
.   : milestone, 1507,
profiling (1.516 ms) : 1493, 1540
.   : milestone, 1516,
tracing (1.496 ms) : 1471, 1520
.   : milestone, 1496,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.35 ms [1.331 ms, 1.37 ms] -
appsec 1.738 ms [1.712 ms, 1.763 ms] 387.022 µs (28.7%)
appsec_no_iast 1.756 ms [1.732 ms, 1.781 ms] 405.71 µs (30.0%)
iast 1.492 ms [1.469 ms, 1.515 ms] 141.158 µs (10.5%)
profiling 1.584 ms [1.56 ms, 1.608 ms] 233.924 µs (17.3%)
tracing 1.494 ms [1.47 ms, 1.518 ms] 143.618 µs (10.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.377 ms [1.357 ms, 1.396 ms] -
appsec 1.741 ms [1.716 ms, 1.766 ms] 364.47 µs (26.5%)
appsec_no_iast 1.736 ms [1.711 ms, 1.762 ms] 359.689 µs (26.1%)
iast 1.507 ms [1.484 ms, 1.529 ms] 129.976 µs (9.4%)
profiling 1.516 ms [1.493 ms, 1.54 ms] 139.583 µs (10.1%)
tracing 1.496 ms [1.471 ms, 1.52 ms] 118.915 µs (8.6%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51
    dateFormat X
    axisFormat %s
section baseline
no_agent (377.204 µs) : 355, 399
.   : milestone, 377,
iast (493.023 µs) : 472, 514
.   : milestone, 493,
iast_FULL (656.972 µs) : 636, 678
.   : milestone, 657,
iast_GLOBAL (518.668 µs) : 498, 540
.   : milestone, 519,
iast_HARDCODED_SECRET_DISABLED (492.539 µs) : 471, 514
.   : milestone, 493,
iast_INACTIVE (452.386 µs) : 431, 473
.   : milestone, 452,
iast_TELEMETRY_OFF (487.965 µs) : 466, 510
.   : milestone, 488,
tracing (451.052 µs) : 430, 472
.   : milestone, 451,
section candidate
no_agent (382.454 µs) : 362, 403
.   : milestone, 382,
iast (492.092 µs) : 471, 513
.   : milestone, 492,
iast_FULL (653.628 µs) : 632, 675
.   : milestone, 654,
iast_GLOBAL (526.614 µs) : 504, 549
.   : milestone, 527,
iast_HARDCODED_SECRET_DISABLED (496.827 µs) : 475, 518
.   : milestone, 497,
iast_INACTIVE (459.327 µs) : 437, 481
.   : milestone, 459,
iast_TELEMETRY_OFF (478.339 µs) : 457, 500
.   : milestone, 478,
tracing (449.65 µs) : 428, 471
.   : milestone, 450,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 377.204 µs [355.206 µs, 399.201 µs] -
iast 493.023 µs [471.968 µs, 514.079 µs] 115.82 µs (30.7%)
iast_FULL 656.972 µs [635.552 µs, 678.391 µs] 279.768 µs (74.2%)
iast_GLOBAL 518.668 µs [497.576 µs, 539.759 µs] 141.464 µs (37.5%)
iast_HARDCODED_SECRET_DISABLED 492.539 µs [471.409 µs, 513.669 µs] 115.336 µs (30.6%)
iast_INACTIVE 452.386 µs [431.312 µs, 473.461 µs] 75.183 µs (19.9%)
iast_TELEMETRY_OFF 487.965 µs [466.283 µs, 509.646 µs] 110.761 µs (29.4%)
tracing 451.052 µs [430.309 µs, 471.796 µs] 73.849 µs (19.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 382.454 µs [362.227 µs, 402.681 µs] -
iast 492.092 µs [470.703 µs, 513.481 µs] 109.638 µs (28.7%)
iast_FULL 653.628 µs [632.208 µs, 675.048 µs] 271.174 µs (70.9%)
iast_GLOBAL 526.614 µs [503.982 µs, 549.247 µs] 144.16 µs (37.7%)
iast_HARDCODED_SECRET_DISABLED 496.827 µs [475.354 µs, 518.3 µs] 114.373 µs (29.9%)
iast_INACTIVE 459.327 µs [437.442 µs, 481.212 µs] 76.873 µs (20.1%)
iast_TELEMETRY_OFF 478.339 µs [456.864 µs, 499.814 µs] 95.885 µs (25.1%)
tracing 449.65 µs [428.101 µs, 471.199 µs] 67.196 µs (17.6%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master kr-igor/dsm-product-tags
git_commit_date 1733407027 1733411990
git_commit_sha 6d420cc 928343c
release_version 1.44.0-SNAPSHOT~6d420cca51 1.44.0-SNAPSHOT~928343c1c2
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1733413812 1733413812
ci_job_id 728203908 728203908
ci_pipeline_id 50398662 50398662
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
variant appsec appsec

Summary

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

Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.322 s) : 15322000, 15322000
.   : milestone, 15322000,
appsec (15.089 s) : 15089000, 15089000
.   : milestone, 15089000,
iast (19.37 s) : 19370000, 19370000
.   : milestone, 19370000,
iast_GLOBAL (18.261 s) : 18261000, 18261000
.   : milestone, 18261000,
profiling (15.766 s) : 15766000, 15766000
.   : milestone, 15766000,
tracing (15.17 s) : 15170000, 15170000
.   : milestone, 15170000,
section candidate
no_agent (15.249 s) : 15249000, 15249000
.   : milestone, 15249000,
appsec (14.815 s) : 14815000, 14815000
.   : milestone, 14815000,
iast (18.668 s) : 18668000, 18668000
.   : milestone, 18668000,
iast_GLOBAL (18.242 s) : 18242000, 18242000
.   : milestone, 18242000,
profiling (15.787 s) : 15787000, 15787000
.   : milestone, 15787000,
tracing (15.287 s) : 15287000, 15287000
.   : milestone, 15287000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.322 s [15.322 s, 15.322 s] -
appsec 15.089 s [15.089 s, 15.089 s] -233.0 ms (-1.5%)
iast 19.37 s [19.37 s, 19.37 s] 4.048 s (26.4%)
iast_GLOBAL 18.261 s [18.261 s, 18.261 s] 2.939 s (19.2%)
profiling 15.766 s [15.766 s, 15.766 s] 444.0 ms (2.9%)
tracing 15.17 s [15.17 s, 15.17 s] -152.0 ms (-1.0%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.249 s [15.249 s, 15.249 s] -
appsec 14.815 s [14.815 s, 14.815 s] -434.0 ms (-2.8%)
iast 18.668 s [18.668 s, 18.668 s] 3.419 s (22.4%)
iast_GLOBAL 18.242 s [18.242 s, 18.242 s] 2.993 s (19.6%)
profiling 15.787 s [15.787 s, 15.787 s] 538.0 ms (3.5%)
tracing 15.287 s [15.287 s, 15.287 s] 38.0 ms (0.2%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.44.0-SNAPSHOT~928343c1c2, baseline=1.44.0-SNAPSHOT~6d420cca51
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.472 ms) : 1461, 1484
.   : milestone, 1472,
appsec (2.352 ms) : 2310, 2393
.   : milestone, 2352,
iast (2.094 ms) : 2041, 2147
.   : milestone, 2094,
iast_GLOBAL (2.141 ms) : 2088, 2194
.   : milestone, 2141,
profiling (1.946 ms) : 1904, 1988
.   : milestone, 1946,
tracing (1.936 ms) : 1896, 1977
.   : milestone, 1936,
section candidate
no_agent (1.475 ms) : 1463, 1486
.   : milestone, 1475,
appsec (2.355 ms) : 2313, 2397
.   : milestone, 2355,
iast (2.099 ms) : 2046, 2152
.   : milestone, 2099,
iast_GLOBAL (2.153 ms) : 2099, 2207
.   : milestone, 2153,
profiling (1.973 ms) : 1930, 2017
.   : milestone, 1973,
tracing (1.94 ms) : 1899, 1981
.   : milestone, 1940,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.472 ms [1.461 ms, 1.484 ms] -
appsec 2.352 ms [2.31 ms, 2.393 ms] 879.645 µs (59.8%)
iast 2.094 ms [2.041 ms, 2.147 ms] 621.684 µs (42.2%)
iast_GLOBAL 2.141 ms [2.088 ms, 2.194 ms] 668.958 µs (45.4%)
profiling 1.946 ms [1.904 ms, 1.988 ms] 474.198 µs (32.2%)
tracing 1.936 ms [1.896 ms, 1.977 ms] 464.034 µs (31.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.475 ms [1.463 ms, 1.486 ms] -
appsec 2.355 ms [2.313 ms, 2.397 ms] 880.491 µs (59.7%)
iast 2.099 ms [2.046 ms, 2.152 ms] 624.487 µs (42.3%)
iast_GLOBAL 2.153 ms [2.099 ms, 2.207 ms] 678.429 µs (46.0%)
profiling 1.973 ms [1.93 ms, 2.017 ms] 498.856 µs (33.8%)
tracing 1.94 ms [1.899 ms, 1.981 ms] 465.309 µs (31.6%)

Copy link
Contributor

@PerfectSlayer PerfectSlayer 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! Thanks for the update 👍

@kr-igor kr-igor merged commit 0db6312 into master Dec 6, 2024
150 checks passed
@kr-igor kr-igor deleted the kr-igor/dsm-product-tags branch December 6, 2024 16:41
@github-actions github-actions bot added this to the 1.44.0 milestone Dec 6, 2024
@PerfectSlayer PerfectSlayer changed the title New tag for DSM checkpoints - a bitmask representing enabled products / features Add new enabled products / features to DSM checkpoints Dec 12, 2024
@PerfectSlayer PerfectSlayer changed the title Add new enabled products / features to DSM checkpoints Add new tag for enabled products / features to DSM checkpoints Dec 12, 2024
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Dec 16, 2024
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.49.0` -> `2.50.0` |
|
[com.google.cloud:google-cloud-core-http](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.48.0` -> `2.49.0` |
|
[com.google.cloud:google-cloud-spanner](https://github.com/googleapis/java-spanner)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`6.82.0` -> `6.83.0` |
|
[com.google.cloud:google-cloud-logging](https://github.com/googleapis/java-logging)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.20.7` -> `3.21.0` |
|
[com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.24.3` -> `2.25.1` |
|
[com.google.cloud:google-cloud-core](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.48.0` -> `2.49.0` |
| [com.google.api:gax](https://github.com/googleapis/sdk-platform-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`2.58.0` -> `2.59.0` |
|
[com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | misk/gradle/libs.versions.toml | gradle | patch | `2.6.0` ->
`2.6.1` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.43.0` -> `1.44.1` |
| [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.43.0` -> `1.44.1` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.32` -> `2.29.34` |
| [com.amazonaws:aws-java-sdk-sqs](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
| [com.amazonaws:aws-java-sdk-s3](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
|
[com.amazonaws:aws-java-sdk-dynamodb](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |
| [com.amazonaws:aws-java-sdk-core](https://aws.amazon.com/sdkforjava)
([source](https://github.com/aws/aws-sdk-java)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `1.12.779` ->
`1.12.780` |

---

### Release Notes

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

###
[`v2.50.0`](https://github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2500-2024-11-14)

##### Features

- Add experimental S2A integration in client libraries grpc transport
([#&#8203;3326](googleapis/sdk-platform-java#3326))
([1138ca6](googleapis/sdk-platform-java@1138ca6))
- enable selective generation based on service config include list
([#&#8203;3323](googleapis/sdk-platform-java#3323))
([0cddadb](googleapis/sdk-platform-java@0cddadb))
- introduce `java.time` to java-core
([#&#8203;3330](googleapis/sdk-platform-java#3330))
([f202c3b](googleapis/sdk-platform-java@f202c3b))
- Update Gapic-Generator to generate libraries using `java.time` methods
([#&#8203;3321](googleapis/sdk-platform-java#3321))
([b21c9a4](googleapis/sdk-platform-java@b21c9a4))

##### Bug Fixes

- Fix flaky test
ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart
([#&#8203;3335](googleapis/sdk-platform-java#3335))
([e73740d](googleapis/sdk-platform-java@e73740d))
- httpjson callables to trace attempts (started, failed)
([#&#8203;3300](googleapis/sdk-platform-java#3300))
([15a64ee](googleapis/sdk-platform-java@15a64ee))
- instantiate GaxProperties at build time to ensure we get the protobuf
version
([#&#8203;3365](googleapis/sdk-platform-java#3365))
([bb2a3be](googleapis/sdk-platform-java@bb2a3be))
- protobuf version not always getting set in headers
([#&#8203;3322](googleapis/sdk-platform-java#3322))
([7f6e470](googleapis/sdk-platform-java@7f6e470))
- use BuildKit instead of legacy builder to build the Hermetic Build
images
([#&#8203;3338](googleapis/sdk-platform-java#3338))
([222fb45](googleapis/sdk-platform-java@222fb45))

##### Dependencies

- update google auth library dependencies to v1.30.0
([#&#8203;3367](googleapis/sdk-platform-java#3367))
([a31c682](googleapis/sdk-platform-java@a31c682))
- update grpc dependencies to v1.68.1
([#&#8203;3240](googleapis/sdk-platform-java#3240))
([c8e3941](googleapis/sdk-platform-java@c8e3941))

##### Documentation

- fix list num
([#&#8203;3356](googleapis/sdk-platform-java#3356))
([b7d6296](googleapis/sdk-platform-java@b7d6296))
- **hermetic-build:** indicate usage of Docker Buildkit in development
guide
([#&#8203;3337](googleapis/sdk-platform-java#3337))
([01e742d](googleapis/sdk-platform-java@01e742d))
- modify hermetic build docs
([#&#8203;3331](googleapis/sdk-platform-java#3331))
([25023af](googleapis/sdk-platform-java@25023af))

</details>

<details>
<summary>googleapis/java-spanner
(com.google.cloud:google-cloud-spanner)</summary>

###
[`v6.83.0`](https://github.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6830-2024-12-13)

##### Features

- Add Metrics host for built in metrics
([#&#8203;3519](googleapis/java-spanner#3519))
([4ed455a](googleapis/java-spanner@4ed455a))
- Add opt-in for using multiplexed sessions for blind writes
([#&#8203;3540](googleapis/java-spanner#3540))
([216f53e](googleapis/java-spanner@216f53e))
- Add UUID in Spanner TypeCode enum
([41f83dc](googleapis/java-spanner@41f83dc))
- Introduce java.time variables and methods
([#&#8203;3495](googleapis/java-spanner#3495))
([8a7d533](googleapis/java-spanner@8a7d533))
- **spanner:** Support multiplexed session for Partitioned operations
([#&#8203;3231](googleapis/java-spanner#3231))
([4501a3e](googleapis/java-spanner@4501a3e))
- Support 'set local' for retry_aborts_internally
([#&#8203;3532](googleapis/java-spanner#3532))
([331942f](googleapis/java-spanner@331942f))

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([41f83dc](googleapis/java-spanner@41f83dc))

##### Dependencies

- Update sdk platform java dependencies
([#&#8203;3549](googleapis/java-spanner#3549))
([6235f0f](googleapis/java-spanner@6235f0f))

</details>

<details>
<summary>googleapis/java-logging
(com.google.cloud:google-cloud-logging)</summary>

###
[`v3.21.0`](https://github.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#3210-2024-12-13)

##### Features

- Introduce `java.time` methods
([#&#8203;1729](googleapis/java-logging#1729))
([323eb33](googleapis/java-logging@323eb33))

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([04d8868](googleapis/java-logging@04d8868))

##### Dependencies

- Update dependency io.opentelemetry:opentelemetry-bom to v1.45.0
([#&#8203;1638](googleapis/java-logging#1638))
([7e007d4](googleapis/java-logging@7e007d4))
- Update sdk platform java dependencies
([#&#8203;1736](googleapis/java-logging#1736))
([88b4cdf](googleapis/java-logging@88b4cdf))

</details>

<details>
<summary>googleapis/java-datastore
(com.google.cloud:google-cloud-datastore)</summary>

###
[`v2.25.1`](https://github.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2251-2024-12-13)

##### Bug Fixes

- **deps:** Update the Java code generator (gapic-generator-java) to
2.51.0
([106ee4d](googleapis/java-datastore@106ee4d))

##### Dependencies

- Update sdk platform java dependencies
([#&#8203;1685](googleapis/java-datastore#1685))
([4372350](googleapis/java-datastore@4372350))

###
[`v2.25.0`](https://github.com/googleapis/java-datastore/blob/HEAD/CHANGELOG.md#2250-2024-12-11)

##### Features

- Introduce `java.time` methods and variables
([#&#8203;1671](googleapis/java-datastore#1671))
([5a78a80](googleapis/java-datastore@5a78a80))

##### Dependencies

- Update dependency com.google.cloud:gapic-libraries-bom to v1.48.0
([#&#8203;1605](googleapis/java-datastore#1605))
([5c6a678](googleapis/java-datastore@5c6a678))

##### Documentation

- Update gapic upgrade installation instructions
([#&#8203;1677](googleapis/java-datastore#1677))
([b3fbfcc](googleapis/java-datastore@b3fbfcc))

</details>

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin
(com.autonomousapps.dependency-analysis)</summary>

###
[`v2.6.1`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-261)

-   \[Fix]: `superClassName` can be null (Object has no superclass).

</details>

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

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

##### Components

##### Continuous Integration Visibility

- 🐛 Fix tracing JUnit5 tests in Maven projects with multiple forks
([#&#8203;8089](DataDog/dd-trace-java#8089) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))

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

##### Known Issues

> \[!WARNING]\
> This release contains a known issue that causes failures when using
Test Optimization to trace JUnit 5 tests in a Maven project where Maven
Surefire is configured with `forkCount` > 1.
> The issue is fixed in v1.44.1

##### Breaking Changes

> \[!WARNING]\
> Support for `X-Forwarded` header is dropped from default client IP
resolution.
> It can still be re-activated using the
`dd.trace.client-ip-header=x-forwarded` system property, or the
`DD_TRACE_CLIENT_IP_HEADER=x-forwarded` environment variable. See
[#&#8203;7946](DataDog/dd-trace-java#7946).

##### Components

##### Application Security Management (IAST)

- ✨ Set unexpected IAST exceptions to debug log level
([#&#8203;8044](DataDog/dd-trace-java#8044) -
[@&#8203;smola](https://github.com/smola))
- ✨ Increase IAST propagation to StringBuffer subSequence
([#&#8203;8038](DataDog/dd-trace-java#8038) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Increase IAST propagation to StringBuilder subSequence
([#&#8203;8026](DataDog/dd-trace-java#8026) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Add IAST propagation to String valueOf
([#&#8203;8013](DataDog/dd-trace-java#8013) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Increase IAST propagation to StringBuilder append
([#&#8203;8010](DataDog/dd-trace-java#8010) -
[@&#8203;Mariovido](https://github.com/Mariovido))
- ✨ Expand SSRF support in IAST to apache-httpclient-5 and
apache-httpasyncclient-4
([#&#8203;7920](DataDog/dd-trace-java#7920) -
[@&#8203;Mariovido](https://github.com/Mariovido))

##### Build & Tooling

- ✨ Generate Muzzle classes for Groovy instrumentations
([#&#8203;8004](DataDog/dd-trace-java#8004) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))

##### Continuous Integration Visibility

- ✨ Support distributed traces in tests
([#&#8203;8078](DataDog/dd-trace-java#8078) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Implement fail-fast tests ordering for JUnit 5
([#&#8203;8055](DataDog/dd-trace-java#8055) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Mark JUnit 5 setup and teardown action spans as failed if
there is an error
([#&#8203;8033](DataDog/dd-trace-java#8033) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Add tracing of setup and teardown actions in JUnit 4
([#&#8203;8030](DataDog/dd-trace-java#8030) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

##### Crash tracking

- ✨ Improve crash tracking install logging
([#&#8203;8045](DataDog/dd-trace-java#8045) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

##### Data Streams Monitoring

- 🐛 Add Data Streams support in AWS SQS without raw message delivery
([#&#8203;8071](DataDog/dd-trace-java#8071) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))
- ✨ Add new tag for enabled products / features to DSM
checkpoints
([#&#8203;8051](DataDog/dd-trace-java#8051) -
[@&#8203;kr-igor](https://github.com/kr-igor))
- 💡 Instrument self hosted Kafka connectors
([#&#8203;7959](DataDog/dd-trace-java#7959) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))

##### Dynamic Instrumentation

- ✨ Add Micronaut 4 support for code origin for spans
([#&#8203;8039](DataDog/dd-trace-java#8039) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Refactor probe matching for methods
([#&#8203;8021](DataDog/dd-trace-java#8021) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Update the CodeOriginProbe fingerprint to not rely on a
stack walk
([#&#8203;8016](DataDog/dd-trace-java#8016) -
[@&#8203;evanchooly](https://github.com/evanchooly))
- ✨ Implement code origin support for grpc server entry spans
([#&#8203;7942](DataDog/dd-trace-java#7942) -
[@&#8203;evanchooly](https://github.com/evanchooly))

##### GraalVM native-image

- 🐛 Update Graal build-time instrumentation config for
TracePropagationStyle
([#&#8203;8065](DataDog/dd-trace-java#8065) -
[@&#8203;MattAlp](https://github.com/MattAlp))
- 🐛 Fix NoClassDefFoundError: Could not initialize class
DDSpanLink$EncoderHolder in Graal native-image
([#&#8203;8036](DataDog/dd-trace-java#8036) -
[@&#8203;mcculls](https://github.com/mcculls))
- 🐛🧹 Fix native-image generation of reactive applications
([#&#8203;8012](DataDog/dd-trace-java#8012) -
[@&#8203;mcculls](https://github.com/mcculls))

##### OpenTracing

- 🧹 Custom ScopeManagers are deprecated and will be removed in a
future release of dd-trace-ot
([#&#8203;8058](DataDog/dd-trace-java#8058) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Tracer core

- ✨🧪 Service naming: split by jee deployment
([#&#8203;8064](DataDog/dd-trace-java#8064) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Exclude jboss mdb proxies from instrumenting
([#&#8203;8061](DataDog/dd-trace-java#8061) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Add a built-in trace interceptor for keeping traces
depending of their latency
([#&#8203;8040](DataDog/dd-trace-java#8040) -
[@&#8203;cecile75](https://github.com/cecile75))
- 💡 Introduce marker mechanism for eagerly initializing helpers
([#&#8203;8028](DataDog/dd-trace-java#8028) -
[@&#8203;mcculls](https://github.com/mcculls))
- 💡 Add JSON component
([#&#8203;7973](DataDog/dd-trace-java#7973) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))
- ✨⚠️ Remove support for X-Forwarded in client IP
resolution
([#&#8203;7946](DataDog/dd-trace-java#7946) -
[@&#8203;smola](https://github.com/smola))

##### Instrumentations

##### Apache HttpComponents

- ✨ Expand SSRF support in IAST to apache-httpclient-5 and
apache-httpasyncclient-4
([#&#8203;7920](DataDog/dd-trace-java#7920) -
[@&#8203;Mariovido](https://github.com/Mariovido))

##### gRPC instrumentation

- 🐛 Use lower priorities for grpc server errors
([#&#8203;8043](DataDog/dd-trace-java#8043) -
[@&#8203;amarziali](https://github.com/amarziali))

##### JDBC instrumentation

- ✨ Add trace injection for prepared statements in Postgres
([#&#8203;7940](DataDog/dd-trace-java#7940) -
[@&#8203;nenadnoveljic](https://github.com/nenadnoveljic))

##### JMS instrumentation

- 🐛 Protect mdb from instrumenting multiple time the same event
([#&#8203;8062](DataDog/dd-trace-java#8062) -
[@&#8203;amarziali](https://github.com/amarziali))

##### Kafka instrumentation

- 💡 Instrument self hosted Kafka connectors
([#&#8203;7959](DataDog/dd-trace-java#7959) -
[@&#8203;piochelepiotr](https://github.com/piochelepiotr))

##### OpenTelemetry instrumentation

- 🐛 Support using OpenTelemetry Event API inside `@WithSpan`
annotated method
([#&#8203;8019](DataDog/dd-trace-java#8019) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Reactor instrumentation

- 🐛🧹 Fix native-image generation of reactive applications
([#&#8203;8012](DataDog/dd-trace-java#8012) -
[@&#8203;mcculls](https://github.com/mcculls))

##### Spring instrumentation

- 🐛 Avoid double instrumenting lambdas on latest spring scheduling
([#&#8203;8005](DataDog/dd-trace-java#8005) -
[@&#8203;amarziali](https://github.com/amarziali))

##### All other instrumentations

- 🐛 Twilio: allow service name flattening
([#&#8203;8025](DataDog/dd-trace-java#8025) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Instrument Mulesoft 4.5.0+
([#&#8203;7981](DataDog/dd-trace-java#7981) -
[@&#8203;amarziali](https://github.com/amarziali))

</details>

<details>
<summary>aws/aws-sdk-java (com.amazonaws:aws-java-sdk-sqs)</summary>

###
[`v1.12.780`](https://github.com/aws/aws-sdk-java/blob/HEAD/CHANGELOG.md#112780-2024-12-11)

[Compare
Source](aws/aws-sdk-java@1.12.779...1.12.780)

#### **Amazon Simple Storage Service**

-   ### Bugfixes
- AWS SDK for Java 1.x now includes additional validation for Amazon S3
client APIs to handle scenarios where an empty string ('') is passed as
the key argument to the following operations: PutObject, DeleteObject,
ListObjects, GetObjectMetaData, ListObjectsV2, SetObjectTagging,
GetObjectTagging, SetObjectAcl, GetObjectAcl, SetObjectLegalHold,
GetObjectLegalHold, CopyObject, CopyPart, SelectObjectContent,
SetObjectRetention, GetObjectRetention, AbortMultipartUpload,
CompleteMultipartUpload, InitiateMultipartUpload, ListParts, UploadPart,
RestoreObjectV2, and RestoreObject. The SDK will validate the key
argument and throw an exception if it is an empty string, ensuring
correct and expected behavior.

</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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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: 69831bc62ea4d80cdcd42cef2aa9bd8eda28ae8c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants