We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57efd8f commit 40813e8Copy full SHA for 40813e8
config/app_dynamics_agent.yml
@@ -15,9 +15,9 @@
15
16
# Configuration for the AppDynamics framework
17
---
18
-version: 4.+
+version: 20.+
19
repository_root: https://packages.appdynamics.com/java
20
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh")
21
default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + \":$CF_INSTANCE_INDEX\"")
22
-default_tier_name:
+default_tier_name:
23
default_unique_host_name: $(jq -r -n "$VCAP_APPLICATION | .application_id + \":$CF_INSTANCE_INDEX\"")
0 commit comments