I have installed New Relic in my JIRA instance. I have it reporting Server side data. I am trying to enable the Browser side tracking. I have installed the newrelic-api.jar into the JIRA lib folder.
https://docs.newrelic.com/docs/java/real-user-monitoring-in-java
According to New Relic documentation - the Javascript for Real User Monitoring should automatically get inserted into the pages during Jasper JSP compilation.
This is not happening for me. Is this possible to set up automatically? If this is not possible where would it be implemented manually?
Here is a dirty hack howto add NewRelic Real User Monitoring to JIRA.
export JAVA_OPTS="$JAVA_OPTS -javaagent:<FULL_PATH>/jira/install/newrelic/newrelic.jar"
license_key: <key>
app_name: <app_name>
browser_monitoring: auto_instrument: false
<%= com.newrelic.api.agent.NewRelic.getBrowserTimingHeader() %>
<%= com.newrelic.api.agent.NewRelic.getBrowserTimingFooter() %>
Does this still works with JIRA 6.3+ ? Are you using it on production? Any risks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Saint,
Can you provide screenshot that this settings will works?
Appreciate your help.Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
According to New Relic Support this is not supported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, does it work for Jira 7?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you enable it using Enable real user monitoring? checkbox option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.