Should I group different servers into the same New Relic Application?

痴心易碎 提交于 2019-12-11 05:47:09

问题


I have an Application which require multiple Java servers, e.g. Tomcat & Solr. As they are also JVM based and used by a single web apps, so should I group them as a single Application?


回答1:


I'm making some assumptions here, but if all the components here are part of the same web application, then using the same New Relic application name should be the right way to go.

(background: the 'application name' is used by New Relic to separate performance information out into a single heading. It generally makes sense to use separate application names only if you're using two separate web apps or you have a prod and dev version of an app)

If you'd like to see information for just a single JVM later, the New Relic user interface allows you to view performance information separated out for a single JVM using the drop-down at the top right under an application's name.



来源:https://stackoverflow.com/questions/17585959/should-i-group-different-servers-into-the-same-new-relic-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!