Skip to content

Instantly share code, notes, and snippets.

@taylor
Created March 28, 2014 01:33
Show Gist options
  • Select an option

  • Save taylor/9823216 to your computer and use it in GitHub Desktop.

Select an option

Save taylor/9823216 to your computer and use it in GitHub Desktop.
tips: monitoring multiple java apps with newrelic via app name config
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