-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve the documentation #9
Comments
Thanks for opening the issue @kiranpatel11 - we can definitely make some improvements here. In case you haven't seen it, the APM section in the docs shows an example of creating a Binding and setting it at build & runtime: https://paketo.io/docs/howto/app-monitor/#example-with-a-binding . The example uses ApplicationInsights but NewRelic should be mostly the same. The full repo for the sample is here: https://github.com/paketo-buildpacks/samples/tree/main/java/application-insights |
Hi @pivotal-david-osullivan Does it mean that we need to create Binding secrets as follows? echo "$NR_TMP_KEY" > "binding/new-relic/LICENSE_KEY" then during run time this will be converted to NEW_RELIC_LICENSE_KEY=, NEW_RELIC_DISTRIBUTED_TRACING_ENABLED= etc? I tried above but not seems to be working Could you please clarify? |
Yes that should be correct, could you please share your build & run commands as well as the output you are seeing? |
@pivotal-david-osullivan I am trying to use the new-relic buildpack as stated in the paketo binding docs, but the new-relic buildpack doesn't participate automatically. When specifying it with the |
Can you enhance the documentation with examples that can cover the :
Also its difficult to understand the ENV variable support which mentions NewRelic Extensions but does not give the context about what they are and how they are relevant in this context.
The text was updated successfully, but these errors were encountered: