Skip to content
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

Install NewRelic in base image [sc-176579] #72

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chrislrobinson
Copy link
Contributor

@chrislrobinson chrislrobinson commented Jan 21, 2025

Install the latest NewRelic PHP extension and proxy daemon in the base container. This will be the latest version available because it is being installed directly from their apt repos.
Basic configuration is provided and can be configured via the following env vars:

  • DESKPRO_ENABLE_NEWRELIC: Whether or not to enable the extension [true|false]
  • DESKPRO_NR_APP_NAME: The name of the app to send the data to in their APM dashboard
  • DESKPRO_NR_DAEMON_ADDRESS: The address (IP:port) of an external NewRelic daemon
  • DESKPRO_NR_LICENSE: The license key to be used for the integration
image

TODO:

  • Add logs to vector

@chrislrobinson chrislrobinson force-pushed the feature/sc-176579/get-newrelic-installed-in-docker-product branch from bb610dd to fe1e4b8 Compare January 21, 2025 16:35
@chrislrobinson chrislrobinson force-pushed the feature/sc-176579/get-newrelic-installed-in-docker-product branch 2 times, most recently from c21183e to 13328e5 Compare January 23, 2025 11:06
@chrislrobinson chrislrobinson force-pushed the feature/sc-176579/get-newrelic-installed-in-docker-product branch from 13328e5 to 6c73fca Compare January 23, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant