-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppDynamics Component Re-Activation via Manifest, etc. #345
Comments
The
You can filter that list for what you'd really like (to help with the fact that all applications would be forced to set it), but for something this invasive, having a fork might actually be preferable. Please also remember that as part of this change, we no longer host AppDynamics binaries so you'll also need to set:
to point at a repository that you host with AppDynamics binaries. |
Can you please update the documentation? It needs to be way more obvious than a comment in a commit message. It's already cost me time trying to figure out why AppDynamics wasn't loading. |
Documented in b3d62ad. |
We use App Dynamics Framework component in previous releases of the buildpack. However, in the head version this feature has been deactivated. In the comments it is stated it can be re-activated by a company that has App Dynamic licenses (which we do). In the
config/components.yml
file theJavaBuildpack::Framework::AppDynamicsAgent
has been commented out. Is there a way (other than cloning the repository) to re-enable this component? E.g.JBP_CONFIG_COMPONENTS: '[ frameworks: "JavaBuildpack::Framework::AppDynamicsAgent" ]'
returns an error that the list is a map and fails to continue the buildpack.The text was updated successfully, but these errors were encountered: