Search code examples
javadeploymentnewrelic

How to Automatic Record deployment with Java Agent in New Relic?


How Can i record deployment with Java Agent or other alternatives automatically?

As from the New Relic Documentation we manually had to execute the Java agent jar from command line to send deployment information to New Relic.

java -jar newrelic.jar deployment [options]

Solution

  • How you will do this depends on what method you are currently using to deploy. You will need to figure out how to trigger that command or the appropriate API Call during your deployment process. If you need further assistance please reach out to us at support.newrelic.com