• English日本語한국어
  • Log inStart now

No data appears (Go)

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:

  1. Verify your app's name and license key in your Go agent configuration's newrelic.Config struct.
  2. Use New Relic Diagnostics to try to automatically identify the issue.
  3. Make sure you instrumented your app's transactions with newrelic.WrapHandleFunc or Application.StartTransaction and Transaction.End.
  4. Restart your web server.
  5. Use the Go Logger interface to generate Debug level logs, and check those logs for errors.
  6. If necessary, upgrade to the latest New Relic Go agent release.
Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.