• /
  • ログイン
  • 無料アカウント

No data appears (Ruby)

Problem

After installing the New Relic Ruby agent, generating some traffic, and waiting five minutes, no data appears in your New Relic UI.

Solution

To troubleshoot missing data:

  1. Verify your config file:

    • Ensure your config file is installed at config/newrelic.yml within your application directory.
    • Ensure your config file is valid YML.
    • To download a clean copy of this file with your license key pre-populated, go to one.newrelic.com > (account dropdown) > Account Settings > Download a clean configuration file.
  2. Restart your web server.

  3. Use New Relic Diagnostics to try to automatically identify the issue.

  4. Examine the agent's log file at log/newrelic_agent.log for any errors or warnings that show up upon restarting your application server processes. If this log file isn't present or isn't being written to, see No log file.

  5. Check the New Relic agent log for an entry that has INFO : Reporting to: followed by a URL. Ensure that URL matches the account and application you are viewing in the New Relic UI.

  6. Ensure the New Relic agent is configured to start in the environment you're deploying to. For more information, see Controlling when the Ruby agent starts.

  7. If no errors are obvious at the info level, generate detailed debug logs.

  8. Try updating to the latest version of the newrelic_rpm gem.

  9. If you are using something other than Rails, set RACK_ENV to an environment appearing in the newrelic.yml file, such as development or production.

その他のヘルプ

さらに支援が必要な場合は、これらのサポートと学習リソースを確認してください:

問題を作成するこのページを編集する
Copyright © 2020 New Relic Inc.