Commercial version of Java Buildpack v4.0.72 and v4.73.0 comes with AppDynamics Agent 24.7.0_36185 which introduces a latency in the app that will be noticed in your metrics observability tool.
TAS 4.0.27, 6.0.6 and 6.0.7 which ships with v4.0.72
TAS 4.0.28-4.0.31, 6.0.8-6.0.11, Tanzu Platform for Cloud Foundry 10.0.1 and 10.0.1 which ships with v4.0.73
As explained in Apps Dynamics release notes the agent impacts the performance of low-latency applications, leading to fewer requests being processed.
There are 4 possible workarounds/solutions to address this issue
cf set-env <APP-NAME> JBP_CONFIG_APP_DYNAMICS_AGENT '{ version: 24.7.1_36300 }'
or with manifiest.yml: E.g
env:
JBP_CONFIG_APP_DYNAMICS_AGENT: '{ version: 24.7.1_36300 }'