How do I install New Relic APM agent?
Ready to get started?
- Sign up for a New Relic account (it’s free, forever!).
- Install and customize the language agent for your app.
- Generate some traffic for your app.
- Wait a few minutes for New Relic to start receiving your data.
- Log in to your account, and start exploring New Relic!
How do I install New Relic agent on Windows?
Install using our step-by-step instructions
- Review the infrastructure monitoring agent requirements and supported operating systems.
- Add your New Relic license key to the license_key attribute in newrelic-infra.yml , located in C:\Program Files\New Relic\newrelic-infra\ .
- Start the newrelic-infra service.
How do I get New Relic?
Go to one.newrelic.com, select Browser, and then select Add more data. Follow the instructions in the UI to add browser monitoring to your app. Generate some traffic for your app, then wait a few minutes for data to appear in New Relic.
How do I download from New Relic?
Download using Invoke-WebRequest (PowerShell)
- Start a PowerShell session.
- Change to a temporary directory where you can download the zip file.
- Unzip newrelic-java.zip : Expand-Archive -Path newrelic-java.zip -DestinationPath DESTINATION_PATH.
What is New Relic agent?
A New Relic agent is a piece of software that you install on a host or in an application that sends performance data to New Relic. We use different agents for different products and coding languages. For a complete list of our solutions, see New Relic Instant Observability.
How do I find my New Relic agent version?
View the infrastructure agent version Check the infrastructure agent release notes to make sure you have the latest agent version. To view the current infrastructure agent version for a host, use any of these options: Go to one.newrelic.com > Infrastructure > Settings > Agents > Agent version.
What is Newrelic-infra EXE?
New Relic’s infrastructure monitoring agent is a lightweight executable file that collects data about your hosts. It also forwards data from infrastructure integrations to New Relic, as well as log data for log analytics.
How do I start a Newrelic infrastructure agent?
Command prompt (cmd.exe)
- Start or stop the Windows agent: net newrelic-infra.
- Restart the Windows agent: net stop newrelic-infra ; net start newrelic-infra.
- Check the status of the Windows agent: sc query “newrelic-infra” | find “STATE”
What is Relic agent?
What is Newrelic infra EXE?
How do I find my Newrelic agent version?
How do I turn off New Relic agent?
There are two main ways to disable the Go agent:
- Remove the import of the github.com/newrelic/go-agent package from your application, and remove or comment out any calls to the newrelic namespace. Then, recompile and restart your app.
- Use the enabled configuration setting. Then, recompile and restart your app.