Skip to content

Commit 40813e8

Browse files
committed
AppDynamics 20.+
Signed-off-by: Ben Hale <[email protected]>
1 parent 57efd8f commit 40813e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/app_dynamics_agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
# Configuration for the AppDynamics framework
1717
---
18-
version: 4.+
18+
version: 20.+
1919
repository_root: https://packages.appdynamics.com/java
2020
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh")
2121
default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + \":$CF_INSTANCE_INDEX\"")
22-
default_tier_name:
22+
default_tier_name:
2323
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\"")

0 commit comments

Comments
 (0)