Configuring NewRelic
1. Retrieve your NR license key.
2. Run the following command
docker run \
-d \
--name newrelic-infra \
--network=host \
--cap-add=SYS_PTRACE \
--privileged \
--pid=host \
-v "/:/host:ro" \
-v "/var/run/docker.sock:/var/run/docker.sock" \
-e NRIA_LICENSE_KEY=<LICENSE_KEY> \
newrelic/infrastructure:latest3. Add the following configuration to your cma.js
cma.js4. Run the start command without the -s option
start command without the -s optionLast updated