Created
March 28, 2014 01:33
-
-
Save taylor/9823216 to your computer and use it in GitHub Desktop.
tips: monitoring multiple java apps with newrelic via app name config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If you have more than one java process to monitor with newrelic you can name the app config so they show up as different feeds. | |
| ``` | |
| -Dnewrelic.config.app_name="My Application" | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment