Open roens opened 5 years ago
Hi @roens
We are not actively developing or supporting the new relic agent now. - See: https://github.com/nginxinc/new-relic-agent#support
However, if you’d like to submit a pull request, we will take a look and merge it if it looks ok.
Hey @Dean-Coakley,
Thanks for the response and info! I'll look into what I might manage to do with it.
The workaround which worked for me is:
We're using Nginx in Alpine Linux (AWS ECS Fargate), and are interested in employing this agent.
The RPM package appears to build, after installing the
alpine-sdk
andrpm
packages. However, attempt to install the built package results in failing dependencies:Which brings up questions like:
bash
to be present?sh
,env
, andinitscripts
are all part ofbusybox
…