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.
2 parents f4a2052 + fcc977d commit 1118ec7Copy full SHA for 1118ec7
config/app_dynamics_agent.yml
@@ -16,7 +16,7 @@
16
# Configuration for the AppDynamics framework
17
---
18
version: +
19
-repository_root: https://packages.appdynamics.com/java
+repository_root: "{default.repository.root}/appdynamics"
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\" | @sh")
22
default_tier_name:
0 commit comments