You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.