Problem
You installed the New Relic Go agent for your Golang app. After you generated some traffic and waited a few minutes, your app is still not reporting data in New Relic.
Solution
After sending a request to your web application, data should appear in the UI within two to three minutes. If you still do not see any data on your app's Summary page, try these troubleshooting tips:
- Verify your app's name and license key in your Go agent configuration's
newrelic.Config
struct. - Use New Relic Diagnostics to try to automatically identify the issue.
- Make sure you instrumented your app's transactions with
newrelic.WrapHandleFunc
orApplication.StartTransaction
andTransaction.End
. - Restart your web server.
- Use the Go Logger interface to generate
Debug
level logs, and check those logs for errors. - If necessary, upgrade to the latest New Relic Go agent release.