Open martinb3 opened 10 years ago
Fixed in #24.
@fernandohonig Does this also add the NewRelic agent to the JVMs?
I couldn't find a JVMs newrelic monitor. Do you have an example so I can integrate?
Hi @fernandohonig,
There's a recipe for it in the community cookbook: https://github.com/escapestudios-cookbooks/newrelic/blob/master/recipes/java_agent.rb
I think once it's installed, it's just a matter of injecting -javaagent:/path/to/agent.jar
on the startup command for any Java applications. The installer may even do that for you.
For both JVMs and the Elasticsearch plugin