Skip to content

Commit

Permalink
CLDOPS-11866: Upgrade AppDynamics Agent
Browse files Browse the repository at this point in the history
Upgrade AppDynamics Java Agent from 20.3.0.29587 to 21.9.0.33073
in response to customer issues.
  • Loading branch information
jeohist authored and svanderburg committed Oct 25, 2021
1 parent 5e5975b commit 665e827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ APPDYNAMICS_AGENT_TIER_NAME
\* The `APPDYNAMICS_AGENT_NODE_NAME` environment variable will be appended with the value of the `CF_INSTANCE_ID` variable. If you use `my-app` for `APPDYNAMICS_AGENT_NODE_NAME` , the AppDynamics agent will be configured as `my-app-0` for instance `0` and `my-app-1` for instance `1` , etc.
If you have any environment variable that starts with `APPDYNAMICS_` , the AppDynamics Java Agent will be configured for your application. At the moment only agent version 20.3.0.29587 is available. After configuring these environment variables, restage your app for the agent to be enabled.
If you have any environment variable that starts with `APPDYNAMICS_` , the AppDynamics Java Agent will be configured for your application. At the moment only agent version `21.9.0.33073` is available. After configuring these environment variables, restage your app for the agent to be enabled.
Please note that AppDynamics requires Mendix 6.2 or higher.
Expand Down
4 changes: 2 additions & 2 deletions buildpack/appdynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

from buildpack import util

APPDYNAMICS_VERSION = "20.3.0.29587"
APPDYNAMICS_VERSION = "21.9.0.33073"


def stage(destination_path, cache_path):
if appdynamics_used():
util.download_and_unpack(
util.get_blobstore_url(
"/mx-buildpack/appdynamics/appdynamics-agent-{}.zip".format(
"/mx-buildpack/appdynamics/appdynamics-agent-1.8-{}.zip".format(
APPDYNAMICS_VERSION
)
),
Expand Down

0 comments on commit 665e827

Please sign in to comment.