Skip to content

Introducing DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED Config #8536

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 3 commits into from
Mar 11, 2025

Conversation

mhlidd
Copy link
Contributor

@mhlidd mhlidd commented Mar 11, 2025

What Does This Do

This PR adds support for the following configuration: DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED, which takes in a string and stores a list of configurations to run the "breaking change" version of.

Motivation

The SDK Capabilities team is working on modifying configurations to be consistent across all SDKs. This PR aims to update configs in dd-trace-java to match the following RFC.

Additional Notes

Unblocks the following PRs: Add new parser for DD_TAGS and prioritizing DD_SERVICE, Config Consistency Round 2

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@mhlidd mhlidd marked this pull request as ready for review March 11, 2025 14:24
@mhlidd mhlidd requested a review from a team as a code owner March 11, 2025 14:24
@mhlidd mhlidd requested a review from mcculls March 11, 2025 14:24
Copy link
Contributor

github-actions bot commented Mar 11, 2025

Hi! 👋 Thanks for your pull request! 🎉

To help us review it, please make sure to:

  • Add at least one type, and one component or instrumentation label to the pull request

If you need help, please check our contributing guidelines.

@mhlidd mhlidd requested a review from PerfectSlayer March 11, 2025 14:24
@mhlidd mhlidd added type: enhancement comp: api Tracer public API labels Mar 11, 2025
Copy link
Contributor

@mcculls mcculls left a comment

Choose a reason for hiding this comment

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

LGTM, just remove the whitespace changes that crept into TracerConfig

@pr-commenter
Copy link

pr-commenter bot commented Mar 11, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mhlidd/create_breaking_changes_flag
git_commit_date 1741720046 1741720055
git_commit_sha 3c27cfc bb86eb8
release_version 1.48.0-SNAPSHOT~3c27cfc342 1.48.0-SNAPSHOT~bb86eb89a7
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1741722514 1741722514
ci_job_id 843157914 843157914
ci_pipeline_id 58479091 58479091
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-2wkmbgws-project-304-concurrent-0-xt6vqx0o 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-2wkmbgws-project-304-concurrent-0-xt6vqx0o 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None
variant iast iast

Summary

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

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.06 s) : 0, 1060455
Total [baseline] (8.7 s) : 0, 8700009
Agent [candidate] (1.043 s) : 0, 1042748
Total [candidate] (8.715 s) : 0, 8715276
section iast
Agent [baseline] (1.17 s) : 0, 1170179
Total [baseline] (9.232 s) : 0, 9231845
Agent [candidate] (1.172 s) : 0, 1171995
Total [candidate] (9.267 s) : 0, 9266897
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.188 s) : 0, 1188327
Total [baseline] (9.211 s) : 0, 9210866
Agent [candidate] (1.172 s) : 0, 1172065
Total [candidate] (9.197 s) : 0, 9197315
section iast_TELEMETRY_OFF
Agent [baseline] (1.175 s) : 0, 1174548
Total [baseline] (9.254 s) : 0, 9254314
Agent [candidate] (1.167 s) : 0, 1167270
Total [candidate] (9.224 s) : 0, 9224260
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.06 s -
Agent iast 1.17 s 109.724 ms (10.3%)
Agent iast_HARDCODED_SECRET_DISABLED 1.188 s 127.872 ms (12.1%)
Agent iast_TELEMETRY_OFF 1.175 s 114.093 ms (10.8%)
Total tracing 8.7 s -
Total iast 9.232 s 531.836 ms (6.1%)
Total iast_HARDCODED_SECRET_DISABLED 9.211 s 510.857 ms (5.9%)
Total iast_TELEMETRY_OFF 9.254 s 554.305 ms (6.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent iast 1.172 s 129.247 ms (12.4%)
Agent iast_HARDCODED_SECRET_DISABLED 1.172 s 129.318 ms (12.4%)
Agent iast_TELEMETRY_OFF 1.167 s 124.523 ms (11.9%)
Total tracing 8.715 s -
Total iast 9.267 s 551.621 ms (6.3%)
Total iast_HARDCODED_SECRET_DISABLED 9.197 s 482.039 ms (5.5%)
Total iast_TELEMETRY_OFF 9.224 s 508.984 ms (5.8%)
gantt
    title insecure-bank - break down per module: candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (731.002 ms) : 0, 731002
BytebuddyAgent [candidate] (717.813 ms) : 0, 717813
GlobalTracer [baseline] (243.06 ms) : 0, 243060
GlobalTracer [candidate] (239.215 ms) : 0, 239215
AppSec [baseline] (55.999 ms) : 0, 55999
AppSec [candidate] (54.969 ms) : 0, 54969
Remote Config [baseline] (713.627 µs) : 0, 714
Remote Config [candidate] (685.083 µs) : 0, 685
Telemetry [baseline] (14.614 ms) : 0, 14614
Telemetry [candidate] (15.296 ms) : 0, 15296
section iast
BytebuddyAgent [baseline] (836.846 ms) : 0, 836846
BytebuddyAgent [candidate] (838.119 ms) : 0, 838119
GlobalTracer [baseline] (229.863 ms) : 0, 229863
GlobalTracer [candidate] (230.204 ms) : 0, 230204
IAST [baseline] (23.579 ms) : 0, 23579
IAST [candidate] (22.762 ms) : 0, 22762
AppSec [baseline] (55.67 ms) : 0, 55670
AppSec [candidate] (56.756 ms) : 0, 56756
Remote Config [baseline] (602.588 µs) : 0, 603
Remote Config [candidate] (616.353 µs) : 0, 616
Telemetry [baseline] (8.743 ms) : 0, 8743
Telemetry [candidate] (8.697 ms) : 0, 8697
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (851.724 ms) : 0, 851724
BytebuddyAgent [candidate] (837.906 ms) : 0, 837906
GlobalTracer [baseline] (231.921 ms) : 0, 231921
GlobalTracer [candidate] (230.746 ms) : 0, 230746
IAST [baseline] (23.143 ms) : 0, 23143
IAST [candidate] (23.568 ms) : 0, 23568
AppSec [baseline] (57.015 ms) : 0, 57015
AppSec [candidate] (55.649 ms) : 0, 55649
Remote Config [baseline] (631.088 µs) : 0, 631
Remote Config [candidate] (606.178 µs) : 0, 606
Telemetry [baseline] (8.785 ms) : 0, 8785
Telemetry [candidate] (8.696 ms) : 0, 8696
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (840.516 ms) : 0, 840516
BytebuddyAgent [candidate] (834.019 ms) : 0, 834019
GlobalTracer [baseline] (230.97 ms) : 0, 230970
GlobalTracer [candidate] (230.254 ms) : 0, 230254
IAST [baseline] (22.139 ms) : 0, 22139
IAST [candidate] (22.404 ms) : 0, 22404
AppSec [baseline] (56.701 ms) : 0, 56701
AppSec [candidate] (56.503 ms) : 0, 56503
Remote Config [baseline] (625.293 µs) : 0, 625
Remote Config [candidate] (623.067 µs) : 0, 623
Telemetry [baseline] (8.611 ms) : 0, 8611
Telemetry [candidate] (8.61 ms) : 0, 8610
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.043 s) : 0, 1042595
Total [baseline] (10.494 s) : 0, 10494458
Agent [candidate] (1.041 s) : 0, 1041427
Total [candidate] (10.47 s) : 0, 10470316
section appsec
Agent [baseline] (1.181 s) : 0, 1181202
Total [baseline] (10.753 s) : 0, 10752624
Agent [candidate] (1.185 s) : 0, 1184536
Total [candidate] (10.721 s) : 0, 10721412
section iast
Agent [baseline] (1.182 s) : 0, 1181559
Total [baseline] (11.025 s) : 0, 11025201
Agent [candidate] (1.183 s) : 0, 1183388
Total [candidate] (11.041 s) : 0, 11040632
section profiling
Agent [baseline] (1.263 s) : 0, 1262927
Total [baseline] (10.833 s) : 0, 10832612
Agent [candidate] (1.26 s) : 0, 1260236
Total [candidate] (10.904 s) : 0, 10904146
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent appsec 1.181 s 138.607 ms (13.3%)
Agent iast 1.182 s 138.965 ms (13.3%)
Agent profiling 1.263 s 220.332 ms (21.1%)
Total tracing 10.494 s -
Total appsec 10.753 s 258.166 ms (2.5%)
Total iast 11.025 s 530.743 ms (5.1%)
Total profiling 10.833 s 338.154 ms (3.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.041 s -
Agent appsec 1.185 s 143.11 ms (13.7%)
Agent iast 1.183 s 141.962 ms (13.6%)
Agent profiling 1.26 s 218.809 ms (21.0%)
Total tracing 10.47 s -
Total appsec 10.721 s 251.096 ms (2.4%)
Total iast 11.041 s 570.316 ms (5.4%)
Total profiling 10.904 s 433.829 ms (4.1%)
gantt
    title petclinic - break down per module: candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (717.735 ms) : 0, 717735
BytebuddyAgent [candidate] (718.22 ms) : 0, 718220
GlobalTracer [baseline] (239.136 ms) : 0, 239136
GlobalTracer [candidate] (239.622 ms) : 0, 239622
AppSec [baseline] (55.123 ms) : 0, 55123
AppSec [candidate] (55.081 ms) : 0, 55081
Remote Config [baseline] (692.579 µs) : 0, 693
Remote Config [candidate] (697.896 µs) : 0, 698
Telemetry [baseline] (15.097 ms) : 0, 15097
Telemetry [candidate] (12.914 ms) : 0, 12914
section appsec
BytebuddyAgent [baseline] (735.137 ms) : 0, 735137
BytebuddyAgent [candidate] (737.433 ms) : 0, 737433
GlobalTracer [baseline] (235.884 ms) : 0, 235884
GlobalTracer [candidate] (236.417 ms) : 0, 236417
IAST [baseline] (21.503 ms) : 0, 21503
IAST [candidate] (21.566 ms) : 0, 21566
AppSec [baseline] (175.685 ms) : 0, 175685
AppSec [candidate] (176.106 ms) : 0, 176106
Remote Config [baseline] (664.872 µs) : 0, 665
Remote Config [candidate] (666.472 µs) : 0, 666
Telemetry [baseline] (8.255 ms) : 0, 8255
Telemetry [candidate] (8.254 ms) : 0, 8254
section iast
BytebuddyAgent [baseline] (845.763 ms) : 0, 845763
BytebuddyAgent [candidate] (847.131 ms) : 0, 847131
GlobalTracer [baseline] (231.719 ms) : 0, 231719
GlobalTracer [candidate] (231.833 ms) : 0, 231833
IAST [baseline] (24.346 ms) : 0, 24346
IAST [candidate] (23.021 ms) : 0, 23021
AppSec [baseline] (55.293 ms) : 0, 55293
AppSec [candidate] (56.941 ms) : 0, 56941
Remote Config [baseline] (621.58 µs) : 0, 622
Remote Config [candidate] (617.382 µs) : 0, 617
Telemetry [baseline] (8.898 ms) : 0, 8898
Telemetry [candidate] (8.756 ms) : 0, 8756
section profiling
BytebuddyAgent [baseline] (710.758 ms) : 0, 710758
BytebuddyAgent [candidate] (709.866 ms) : 0, 709866
GlobalTracer [baseline] (350.752 ms) : 0, 350752
GlobalTracer [candidate] (350.254 ms) : 0, 350254
AppSec [baseline] (55.209 ms) : 0, 55209
AppSec [candidate] (54.042 ms) : 0, 54042
Remote Config [baseline] (687.028 µs) : 0, 687
Remote Config [candidate] (661.988 µs) : 0, 662
Telemetry [baseline] (8.978 ms) : 0, 8978
Telemetry [candidate] (8.9 ms) : 0, 8900
ProfilingAgent [baseline] (96.138 ms) : 0, 96138
ProfilingAgent [candidate] (96.254 ms) : 0, 96254
Profiling [baseline] (96.162 ms) : 0, 96162
Profiling [candidate] (96.278 ms) : 0, 96278
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-03-11T19:18:46 2025-03-11T19:26:34
git_branch master mhlidd/create_breaking_changes_flag
git_commit_date 1741720046 1741720055
git_commit_sha 3c27cfc bb86eb8
release_version 1.48.0-SNAPSHOT~3c27cfc342 1.48.0-SNAPSHOT~bb86eb89a7
start_time 2025-03-11T19:18:32 2025-03-11T19:26:20
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1741721594 1741721594
ci_job_id 843157916 843157916
ci_pipeline_id 58479091 58479091
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-2wkmbgws-project-304-concurrent-1-1uad0e86 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-2wkmbgws-project-304-concurrent-1-1uad0e86 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
variant iast iast

Summary

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

Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342
    dateFormat X
    axisFormat %s
section baseline
no_agent (380.831 µs) : 361, 401
.   : milestone, 381,
iast (524.323 µs) : 502, 546
.   : milestone, 524,
iast_FULL (737.481 µs) : 715, 760
.   : milestone, 737,
iast_GLOBAL (564.015 µs) : 542, 586
.   : milestone, 564,
iast_HARDCODED_SECRET_DISABLED (515.095 µs) : 494, 537
.   : milestone, 515,
iast_INACTIVE (474.051 µs) : 453, 495
.   : milestone, 474,
iast_TELEMETRY_OFF (504.644 µs) : 482, 527
.   : milestone, 505,
tracing (463.618 µs) : 442, 485
.   : milestone, 464,
section candidate
no_agent (388.16 µs) : 368, 408
.   : milestone, 388,
iast (521.228 µs) : 499, 543
.   : milestone, 521,
iast_FULL (741.16 µs) : 719, 763
.   : milestone, 741,
iast_GLOBAL (562.249 µs) : 541, 584
.   : milestone, 562,
iast_HARDCODED_SECRET_DISABLED (523.801 µs) : 502, 546
.   : milestone, 524,
iast_INACTIVE (470.155 µs) : 449, 492
.   : milestone, 470,
iast_TELEMETRY_OFF (509.116 µs) : 486, 532
.   : milestone, 509,
tracing (466.561 µs) : 446, 487
.   : milestone, 467,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 380.831 µs [361.003 µs, 400.659 µs] -
iast 524.323 µs [502.487 µs, 546.158 µs] 143.491 µs (37.7%)
iast_FULL 737.481 µs [715.281 µs, 759.68 µs] 356.649 µs (93.7%)
iast_GLOBAL 564.015 µs [542.261 µs, 585.768 µs] 183.183 µs (48.1%)
iast_HARDCODED_SECRET_DISABLED 515.095 µs [493.588 µs, 536.602 µs] 134.264 µs (35.3%)
iast_INACTIVE 474.051 µs [452.843 µs, 495.259 µs] 93.219 µs (24.5%)
iast_TELEMETRY_OFF 504.644 µs [481.974 µs, 527.315 µs] 123.813 µs (32.5%)
tracing 463.618 µs [442.297 µs, 484.938 µs] 82.786 µs (21.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 388.16 µs [368.453 µs, 407.867 µs] -
iast 521.228 µs [499.302 µs, 543.154 µs] 133.068 µs (34.3%)
iast_FULL 741.16 µs [719.21 µs, 763.109 µs] 353.0 µs (90.9%)
iast_GLOBAL 562.249 µs [540.643 µs, 583.856 µs] 174.089 µs (44.8%)
iast_HARDCODED_SECRET_DISABLED 523.801 µs [502.097 µs, 545.505 µs] 135.641 µs (34.9%)
iast_INACTIVE 470.155 µs [448.594 µs, 491.716 µs] 81.995 µs (21.1%)
iast_TELEMETRY_OFF 509.116 µs [486.193 µs, 532.039 µs] 120.956 µs (31.2%)
tracing 466.561 µs [445.874 µs, 487.249 µs] 78.401 µs (20.2%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.37 ms) : 1351, 1390
.   : milestone, 1370,
appsec (1.729 ms) : 1705, 1753
.   : milestone, 1729,
appsec_no_iast (1.747 ms) : 1723, 1772
.   : milestone, 1747,
code_origins (1.68 ms) : 1652, 1707
.   : milestone, 1680,
iast (1.519 ms) : 1494, 1543
.   : milestone, 1519,
profiling (1.568 ms) : 1543, 1593
.   : milestone, 1568,
tracing (1.513 ms) : 1489, 1537
.   : milestone, 1513,
section candidate
no_agent (1.361 ms) : 1342, 1380
.   : milestone, 1361,
appsec (1.741 ms) : 1717, 1764
.   : milestone, 1741,
appsec_no_iast (1.745 ms) : 1720, 1770
.   : milestone, 1745,
code_origins (1.672 ms) : 1645, 1699
.   : milestone, 1672,
iast (1.509 ms) : 1485, 1533
.   : milestone, 1509,
profiling (1.564 ms) : 1539, 1590
.   : milestone, 1564,
tracing (1.482 ms) : 1457, 1508
.   : milestone, 1482,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.37 ms [1.351 ms, 1.39 ms] -
appsec 1.729 ms [1.705 ms, 1.753 ms] 358.891 µs (26.2%)
appsec_no_iast 1.747 ms [1.723 ms, 1.772 ms] 377.046 µs (27.5%)
code_origins 1.68 ms [1.652 ms, 1.707 ms] 309.186 µs (22.6%)
iast 1.519 ms [1.494 ms, 1.543 ms] 148.482 µs (10.8%)
profiling 1.568 ms [1.543 ms, 1.593 ms] 197.263 µs (14.4%)
tracing 1.513 ms [1.489 ms, 1.537 ms] 142.756 µs (10.4%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.361 ms [1.342 ms, 1.38 ms] -
appsec 1.741 ms [1.717 ms, 1.764 ms] 379.768 µs (27.9%)
appsec_no_iast 1.745 ms [1.72 ms, 1.77 ms] 383.957 µs (28.2%)
code_origins 1.672 ms [1.645 ms, 1.699 ms] 310.897 µs (22.8%)
iast 1.509 ms [1.485 ms, 1.533 ms] 147.837 µs (10.9%)
profiling 1.564 ms [1.539 ms, 1.59 ms] 203.322 µs (14.9%)
tracing 1.482 ms [1.457 ms, 1.508 ms] 121.269 µs (8.9%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master mhlidd/create_breaking_changes_flag
git_commit_date 1741720046 1741720055
git_commit_sha 3c27cfc bb86eb8
release_version 1.48.0-SNAPSHOT~3c27cfc342 1.48.0-SNAPSHOT~bb86eb89a7
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1741722273 1741722273
ci_job_id 843157918 843157918
ci_pipeline_id 58479091 58479091
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-2wkmbgws-project-304-concurrent-2-7kbj274c 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-2wkmbgws-project-304-concurrent-2-7kbj274c 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
variant appsec appsec

Summary

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

Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.48 s) : 15480000, 15480000
.   : milestone, 15480000,
appsec (15.084 s) : 15084000, 15084000
.   : milestone, 15084000,
iast (18.746 s) : 18746000, 18746000
.   : milestone, 18746000,
iast_GLOBAL (17.621 s) : 17621000, 17621000
.   : milestone, 17621000,
profiling (15.298 s) : 15298000, 15298000
.   : milestone, 15298000,
tracing (14.951 s) : 14951000, 14951000
.   : milestone, 14951000,
section candidate
no_agent (15.157 s) : 15157000, 15157000
.   : milestone, 15157000,
appsec (15.06 s) : 15060000, 15060000
.   : milestone, 15060000,
iast (18.675 s) : 18675000, 18675000
.   : milestone, 18675000,
iast_GLOBAL (18.29 s) : 18290000, 18290000
.   : milestone, 18290000,
profiling (15.54 s) : 15540000, 15540000
.   : milestone, 15540000,
tracing (14.983 s) : 14983000, 14983000
.   : milestone, 14983000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.48 s [15.48 s, 15.48 s] -
appsec 15.084 s [15.084 s, 15.084 s] -396.0 ms (-2.6%)
iast 18.746 s [18.746 s, 18.746 s] 3.266 s (21.1%)
iast_GLOBAL 17.621 s [17.621 s, 17.621 s] 2.141 s (13.8%)
profiling 15.298 s [15.298 s, 15.298 s] -182.0 ms (-1.2%)
tracing 14.951 s [14.951 s, 14.951 s] -529.0 ms (-3.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.157 s [15.157 s, 15.157 s] -
appsec 15.06 s [15.06 s, 15.06 s] -97.0 ms (-0.6%)
iast 18.675 s [18.675 s, 18.675 s] 3.518 s (23.2%)
iast_GLOBAL 18.29 s [18.29 s, 18.29 s] 3.133 s (20.7%)
profiling 15.54 s [15.54 s, 15.54 s] 383.0 ms (2.5%)
tracing 14.983 s [14.983 s, 14.983 s] -174.0 ms (-1.1%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.48.0-SNAPSHOT~bb86eb89a7, baseline=1.48.0-SNAPSHOT~3c27cfc342
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.47 ms) : 1458, 1481
.   : milestone, 1470,
appsec (2.349 ms) : 2305, 2393
.   : milestone, 2349,
iast (2.134 ms) : 2078, 2190
.   : milestone, 2134,
iast_GLOBAL (2.165 ms) : 2108, 2221
.   : milestone, 2165,
profiling (1.984 ms) : 1939, 2029
.   : milestone, 1984,
tracing (1.949 ms) : 1907, 1992
.   : milestone, 1949,
section candidate
no_agent (1.469 ms) : 1458, 1481
.   : milestone, 1469,
appsec (2.349 ms) : 2305, 2393
.   : milestone, 2349,
iast (2.131 ms) : 2075, 2187
.   : milestone, 2131,
iast_GLOBAL (2.172 ms) : 2116, 2228
.   : milestone, 2172,
profiling (2.003 ms) : 1958, 2049
.   : milestone, 2003,
tracing (3.024 ms) : 2819, 3229
.   : milestone, 3024,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.47 ms [1.458 ms, 1.481 ms] -
appsec 2.349 ms [2.305 ms, 2.393 ms] 879.368 µs (59.8%)
iast 2.134 ms [2.078 ms, 2.19 ms] 664.116 µs (45.2%)
iast_GLOBAL 2.165 ms [2.108 ms, 2.221 ms] 695.195 µs (47.3%)
profiling 1.984 ms [1.939 ms, 2.029 ms] 514.449 µs (35.0%)
tracing 1.949 ms [1.907 ms, 1.992 ms] 479.704 µs (32.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.469 ms [1.458 ms, 1.481 ms] -
appsec 2.349 ms [2.305 ms, 2.393 ms] 879.879 µs (59.9%)
iast 2.131 ms [2.075 ms, 2.187 ms] 662.049 µs (45.1%)
iast_GLOBAL 2.172 ms [2.116 ms, 2.228 ms] 702.937 µs (47.8%)
profiling 2.003 ms [1.958 ms, 2.049 ms] 534.282 µs (36.4%)
tracing 3.024 ms [2.819 ms, 3.229 ms] 1.555 ms (105.8%)

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.

Nice 🙌

@mhlidd mhlidd merged commit 11015ee into master Mar 11, 2025
220 checks passed
@mhlidd mhlidd deleted the mhlidd/create_breaking_changes_flag branch March 11, 2025 20:01
@github-actions github-actions bot added this to the 1.48.0 milestone Mar 11, 2025
mtoffl01 pushed a commit that referenced this pull request Mar 24, 2025
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Apr 11, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| org.flywaydb.flyway | plugin | misk/gradle/libs.versions.toml | gradle
| minor | `11.6.0` -> `11.7.0` |
|
[com.squareup.okio:okio-fakefilesystem](https://github.com/square/okio)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.10.2` -> `3.11.0` |
| [com.squareup.okio:okio](https://github.com/square/okio) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`3.10.2` -> `3.11.0` |
|
[com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | misk/gradle/libs.versions.toml | gradle | minor | `2.15.0` ->
`2.16.0` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.47.3` -> `1.48.1` |
| [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.47.3` -> `1.48.1` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.18` -> `2.31.20` |

---

### Release Notes

<details>
<summary>square/okio (com.squareup.okio:okio-fakefilesystem)</summary>

###
[`v3.11.0`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3110)

*2025-04-09*

-   Fix: Clear the deflater's byte array reference
-   New: Faster implementation of `String.decodeHex()` on Kotlin/JS.
- New: Declare `EXACTLY_ONCE` execution for blocks like `Closeable.use
{}` and `FileSystem.read {}`.
-   Upgrade: \[Kotlin 2.1.20]\[kotlin\_2\_1\_20].

</details>

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

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

-   \[Feat]: support `com.android.test` projects.
-   \[Feat]: support typesafe project accessors with opt-in.

```kotlin
dependencyAnalysis {
  useTypesafeProjectAccessors(true) // false by default
}
```

</details>

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

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

### Components

#### Tracer internal logging

- 🐛 Remove print line causing unnecessary logs
([#&#8203;8687](DataDog/dd-trace-java#8687) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))

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

### Known Bugs

> \[!NOTE]
> If you are experiencing issues with spamming timeout logs, please
update to the [latest
version](https://github.com/DataDog/dd-trace-java/releases/latest) or
set
[JDK_SOCKET_ENABLED](https://github.com/DataDog/dd-trace-java/blob/33fc3c9a9b7cda3beda88b8b3e5224ae2b10764a/dd-trace-api/src/main/java/datadog/trace/api/config/GeneralConfig.java#L98)
to false.

### Components

#### Application Security Management (IAST)

- ✨ Fix vulnerability location org.jose4j.lang.HashUtil
([#&#8203;8610](DataDog/dd-trace-java#8610) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Fix weak randomness in oracle.ucp.util.OpaqueString
([#&#8203;8609](DataDog/dd-trace-java#8609) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Fix weak hash false positive in
oracle.security.o5logon.O5Logon
([#&#8203;8608](DataDog/dd-trace-java#8608) -
[@&#8203;jandro996](https://github.com/jandro996))
- 🐛 Prevent before callsites targeting constructors in super calls
([#&#8203;8549](DataDog/dd-trace-java#8549) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### Application Security Management (WAF)

- ✨ Update login events public SDK to V2
([#&#8203;8620](DataDog/dd-trace-java#8620) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- 🐛 Send RASP LFI capability only when AppSec is statically enabled
([#&#8203;8573](DataDog/dd-trace-java#8573) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Improve detection of missing request end events
([#&#8203;8510](DataDog/dd-trace-java#8510) -
[@&#8203;smola](https://github.com/smola))
- 🧹 Remove remote configuration for API Security sampling rate
([#&#8203;8486](DataDog/dd-trace-java#8486) -
[@&#8203;smola](https://github.com/smola))
- ✨ Add setUser to user monitoring SDK
([#&#8203;8482](DataDog/dd-trace-java#8482) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Add missing address for signup event
([#&#8203;8469](DataDog/dd-trace-java#8469) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Allow login events SDK to be used with appsec disabled
([#&#8203;8464](DataDog/dd-trace-java#8464) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ Add support for endpoint discovery in spring mvc
([#&#8203;8352](DataDog/dd-trace-java#8352) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))
- ✨ New API Security sampling algorithm
([#&#8203;8178](DataDog/dd-trace-java#8178) -
[@&#8203;ValentinZakharov](https://github.com/ValentinZakharov))

#### Build & Tooling

- ✨ Add buffer size customizability to JDK UDS support
([#&#8203;8629](DataDog/dd-trace-java#8629) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))
- ✨ Add JDK built-in support for UDS on Java 16+
([#&#8203;8314](DataDog/dd-trace-java#8314) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))

#### Configuration at Runtime

- 🐛 Send RASP LFI capability only when AppSec is statically enabled
([#&#8203;8573](DataDog/dd-trace-java#8573) -
[@&#8203;jandro996](https://github.com/jandro996))

#### Continuous Integration Visibility

- 🐛 Prevent double reporting of Scalatest events when using SBT with
test forking
([#&#8203;8682](DataDog/dd-trace-java#8682) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Shutdown CI Visibility test event handlers before tracer
([#&#8203;8677](DataDog/dd-trace-java#8677) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Do not apply JUnit 4 instrumentation to MUnit runners
([#&#8203;8675](DataDog/dd-trace-java#8675),
[#&#8203;8683](DataDog/dd-trace-java#8683) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Remove error log when source path resolution fails on
isModified check
([#&#8203;8663](DataDog/dd-trace-java#8663) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Implement tests reordering for JUnit 4
([#&#8203;8650](DataDog/dd-trace-java#8650) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- 🐛 Set default Attempt to Fix retries if none provided from the
backend
([#&#8203;8615](DataDog/dd-trace-java#8615) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))
- ✨ Allow to manually set PR info
([#&#8203;8566](DataDog/dd-trace-java#8566) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- 🐛 Fix Test Optimization init when repo root cannot be determined
([#&#8203;8533](DataDog/dd-trace-java#8533) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Add capabilities tagging
([#&#8203;8499](DataDog/dd-trace-java#8499),
[#&#8203;8540](DataDog/dd-trace-java#8540) -
[@&#8203;daniel-mohedano](https://github.com/daniel-mohedano))

#### Crash tracking

- 🐛 Remove dependency on bash from crash/oome uploder scripts
([#&#8203;8652](DataDog/dd-trace-java#8652) -
[@&#8203;jbachorik](https://github.com/jbachorik))

#### Data Streams Monitoring

- ✨ e2e pipeline configuration when data jobs is enabled
([#&#8203;8553](DataDog/dd-trace-java#8553) -
[@&#8203;kr-igor](https://github.com/kr-igor))

#### Dynamic Instrumentation

- 🐛 Fix In-Product when config is empty
([#&#8203;8679](DataDog/dd-trace-java#8679) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add support for filtering shaded third-party libs
([#&#8203;8612](DataDog/dd-trace-java#8612) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨ Add In-Product Enablement
([#&#8203;8587](DataDog/dd-trace-java#8587) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨⚡ Reduce footprint of SourceFile tracking
([#&#8203;8524](DataDog/dd-trace-java#8524) -
[@&#8203;jpbempel](https://github.com/jpbempel))
- ✨⚡ Optimize the SourceFile tracking
([#&#8203;8520](DataDog/dd-trace-java#8520) -
[@&#8203;jpbempel](https://github.com/jpbempel))

#### OpenTracing

- 🧹 Remove activeScope() use in OpenTracing shim
([#&#8203;8478](DataDog/dd-trace-java#8478) -
[@&#8203;mcculls](https://github.com/mcculls))

#### Profiling

- ✨ Add profiler env check command to AgentCLI
([#&#8203;8671](DataDog/dd-trace-java#8671) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Bump ddprof to 1.23.0
([#&#8203;8668](DataDog/dd-trace-java#8668) -
[@&#8203;jbachorik](https://github.com/jbachorik))
- Fix a crash related to ElfParser::loadSymbolTable
([#&#8203;191](DataDog/dd-trace-java#191)) by
[@&#8203;yanglong1010](https://github.com/yanglong1010) in
DataDog/java-profiler#192
- Unwind String.indexOf intrinsic on AArch64 by
[@&#8203;MattAlp](https://github.com/MattAlp) in
DataDog/java-profiler#193
- Fix Java 24 support by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#194
- A set of fixes related to clang, aarch64 and musl pecularities of
vmstructs stack unwinder by
[@&#8203;jbachorik](https://github.com/jbachorik) in
DataDog/java-profiler#199

- 🐛 Remove process information from JFR recording
([#&#8203;8661](DataDog/dd-trace-java#8661) -
[@&#8203;r1viollet](https://github.com/r1viollet))

- 🐛 Make TempLocationManager USER aware
([#&#8203;8605](DataDog/dd-trace-java#8605) -
[@&#8203;jbachorik](https://github.com/jbachorik))

- ✨ Extract git tags from embedded git.properties and
datadog_git.properties
([#&#8203;8561](DataDog/dd-trace-java#8561) -
[@&#8203;wmouchere](https://github.com/wmouchere))

#### Telemetry

- 🐛 Fix appsec.rasp.error and appsec.waf.error telemetry metrics
([#&#8203;8624](DataDog/dd-trace-java#8624) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Create metric: appsec.rasp.rule.skipped
([#&#8203;8618](DataDog/dd-trace-java#8618) -
[@&#8203;jandro996](https://github.com/jandro996))
- ✨ Extract git tags from embedded git.properties and
datadog_git.properties
([#&#8203;8561](DataDog/dd-trace-java#8561) -
[@&#8203;wmouchere](https://github.com/wmouchere))

#### Testing

- 🧹 Simplify ssi tests one-pipeline
([#&#8203;8558](DataDog/dd-trace-java#8558) -
[@&#8203;robertomonteromiguel](https://github.com/robertomonteromiguel))
- ✨ Add smoke tests for java's concurrent API
([#&#8203;8438](DataDog/dd-trace-java#8438) -
[@&#8203;sarahchen6](https://github.com/sarahchen6))

#### Trace context propagation

- ✨ Adding Support for `TRACE_PROPAGATION_BEHAVIOR_EXTRACT`
([#&#8203;8535](DataDog/dd-trace-java#8535) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### Tracer core

- 🐛 Ensure shaded helpers have unique names
([#&#8203;8559](DataDog/dd-trace-java#8559) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Support common config sources for user-provided git info
([#&#8203;8547](DataDog/dd-trace-java#8547) -
[@&#8203;nikita-tkachenko-datadog](https://github.com/nikita-tkachenko-datadog))
- ✨ Make the default config sources more robust when a security
manager is installed
([#&#8203;8544](DataDog/dd-trace-java#8544) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Support targeting services with configurations in stable
configuration file
([#&#8203;8526](DataDog/dd-trace-java#8526) -
[@&#8203;mtoffl01](https://github.com/mtoffl01))
- ✨ Add new parser for `DD_TAGS` and prioritizing `DD_SERVICE`
([#&#8203;8296](DataDog/dd-trace-java#8296) -
[@&#8203;mhlidd](https://github.com/mhlidd))

#### Tracer internal logging

- 🐛 Add missing debug log for the cloudPayloadTaggingServices config
([#&#8203;8600](DataDog/dd-trace-java#8600) -
[@&#8203;ygree](https://github.com/ygree))
- ✨ Add the possibility to output the logs of the Java tracer
in JSON
([#&#8203;8083](DataDog/dd-trace-java#8083) -
[@&#8203;cecile75](https://github.com/cecile75))

#### Tracer public API

- ✨ Introducing `DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED` Config
([#&#8203;8536](DataDog/dd-trace-java#8536) -
[@&#8203;mhlidd](https://github.com/mhlidd))
- ✨ Config Consistency Round 2
([#&#8203;8489](DataDog/dd-trace-java#8489) -
[@&#8203;mhlidd](https://github.com/mhlidd))

### Instrumentations

####

- 🐛 Fix NPE in getMdcCopy of LoggingEventInstrumentation
([#&#8203;8599](DataDog/dd-trace-java#8599) -
[@&#8203;ygree](https://github.com/ygree))

#### Apache Spark instrumentation

- ✨ Instrument Runtime.exit() to finish spark application spans
([#&#8203;8572](DataDog/dd-trace-java#8572) -
[@&#8203;paul-laffon-dd](https://github.com/paul-laffon-dd))
- ✨ Configure OpenLineage if present in Spark instrumentation
([#&#8203;8541](DataDog/dd-trace-java#8541) -
[@&#8203;mobuchowski](https://github.com/mobuchowski))

#### Armeria Instrumentation

- ✨ Support armeria grpc 1.32.3
([#&#8203;8606](DataDog/dd-trace-java#8606) -
[@&#8203;github-actions](https://github.com/github-actions)\[bot])

#### AWS DynamoDB Instrumentation

- ✨ Create DynamoDB instrumentation + add span pointers for
`updateItem` and `deleteItem`
([#&#8203;8490](DataDog/dd-trace-java#8490) -
[@&#8203;nhulston](https://github.com/nhulston))

#### AWS SDK instrumentation

- ✨ Add DynamoDB in
DEFAULT_TRACE_CLOUD_PAYLOAD_TAGGING_SERVICES
([#&#8203;8595](DataDog/dd-trace-java#8595) -
[@&#8203;joeyzhao2018](https://github.com/joeyzhao2018))

#### Azure Functions instrumentation

- ✨ Enable tracer computed trace metrics by default for Azure
Functions
([#&#8203;8518](DataDog/dd-trace-java#8518) -
[@&#8203;duncanpharvey](https://github.com/duncanpharvey))
- 💡 Add azure-functions instrumentation
([#&#8203;8432](DataDog/dd-trace-java#8432) -
[@&#8203;duncanpharvey](https://github.com/duncanpharvey))

#### Core Java language instrumentation

- 🐛 Fix ForkJoinPool.execute() instrumentation on Java 21+
([#&#8203;8560](DataDog/dd-trace-java#8560) -
[@&#8203;PerfectSlayer](https://github.com/PerfectSlayer))

#### Eclipse Vert.x instrumentation

- ✨ Add vertx postgresql client instrumentation
([#&#8203;8471](DataDog/dd-trace-java#8471) -
[@&#8203;vandonr](https://github.com/vandonr) - thanks for the
contribution!)

#### Kafka instrumentation

- ✨ Support and test kafka-clients 4
([#&#8203;8581](DataDog/dd-trace-java#8581) -
[@&#8203;amarziali](https://github.com/amarziali))

#### Kotlin instrumentation

- ✨ Avoid disconnected traces when using Kotlin flowOn
([#&#8203;8651](DataDog/dd-trace-java#8651) -
[@&#8203;mcculls](https://github.com/mcculls))

#### OpenTelemetry instrumentation

- 🧹 Migrate OtelContext wrapper to new internal Context API
([#&#8203;8645](DataDog/dd-trace-java#8645) -
[@&#8203;mcculls](https://github.com/mcculls))

#### Spring instrumentation

- 🐛 Support CompletableFuture on spring webmvc controllers
([#&#8203;8659](DataDog/dd-trace-java#8659) -
[@&#8203;amarziali](https://github.com/amarziali))
- ✨ Add support for endpoint discovery in spring mvc
([#&#8203;8352](DataDog/dd-trace-java#8352) -
[@&#8203;manuel-alvarez-alvarez](https://github.com/manuel-alvarez-alvarez))

#### WebSocket Instrumentation

- ✨ Instrument Jetty websocket pojo
([#&#8203;8562](DataDog/dd-trace-java#8562) -
[@&#8203;amarziali](https://github.com/amarziali))
- 💡 Instrument Java Websocket API (JSR356)
([#&#8203;8440](DataDog/dd-trace-java#8440) -
[@&#8203;amarziali](https://github.com/amarziali))

#### All other instrumentations

- ✨ Introduce cache for peer.hostname lookup
([#&#8203;8601](DataDog/dd-trace-java#8601) -
[@&#8203;mcculls](https://github.com/mcculls))
- ✨ Support pekko http 1.1
([#&#8203;8532](DataDog/dd-trace-java#8532) -
[@&#8203;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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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: 331314f71acaced3adc75ea5d7e855c248d593fc
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