简体   繁体   中英

How may I add new relic addon in a java application app deployed in heroku

How may I add new relic addon in a java application app deployed in heroku. I already follow all the official tutorials, but it looks like the agent doesn't work. My application uses an embedded jetty server.

Thank you

could you let us know what tutorials you've used?

The guides on newrelic.com for installing the regular Java agent won't work for Heroku. On Heroku there's an add-on for New Relic which should get you going.

Check out this page for the list of New Relic packages available: https://addons.heroku.com/newrelic

For example, you can run heroku addons:add newrelic:stark to use the "Stark" New Relic package as listed on that site. You can also add this add-on through the dashboard once logged in.

If this is what you've already tried or if it doesn't work for you, let me know :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM