问题
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