Skip to content

Commit

Permalink
Merge branch 're-enable-appdynamics' into 3.x
Browse files Browse the repository at this point in the history
[resolves #404]
  • Loading branch information
nebhale committed Apr 7, 2017
2 parents a5c6789 + fe53fe0 commit a3a9e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/app_dynamics_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
# Configuration for the AppDynamics framework
---
version: 4.+
repository_root: ""
default_application_name:
repository_root: "https://packages.appdynamics.com/java"
default_application_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
puts \"#{a['space_name']}:#{a['application_name']}\"")
default_node_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
puts \"#{a['application_name']}:#{a['instance_index']}\"")
default_tier_name:
2 changes: 1 addition & 1 deletion config/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jres:
# command after any Java Opts added by previous frameworks.

frameworks:
# - "JavaBuildpack::Framework::AppDynamicsAgent"
- "JavaBuildpack::Framework::AppDynamicsAgent"
- "JavaBuildpack::Framework::ContainerCertificateTrustStore"
- "JavaBuildpack::Framework::ContainerCustomizer"
- "JavaBuildpack::Framework::Debug"
Expand Down

0 comments on commit a3a9e61

Please sign in to comment.