• /
  • Log in
  • Free account

No data appears with Heroku (Java)

Problem

After waiting a few minutes, data is not appearing in your Heroku app's APM Summary page.

Solution

  1. Check the Heroku logs for errors with this Heroku toolbelt command:

    heroku logs --tail
  2. Check that the files in your Heroku dyno match the file modifications from the Java on Heroku or Java with Scala on Heroku installation procedures. Use this Heroku toolbelt command:

    heroku run bash
  3. Try the steps in No data appears (Java).

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.