lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Tracker GoogleAnalytics is called when I open the monitoring page (Jira) #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the monitoring page in Jira

What is the expected output? 
I´m confused there is no option to disable google analytics.

What version of the product are you using? 
I´m using JavaMelody 1.47.0 with a standalone JIRA. 
At Jenkins there is a option to disable Google Analytics, but I cant do this in 
jira. Why?

Original issue reported on code.google.com by perl.mar...@gmail.com on 10 Dec 2013 at 1:27

GoogleCodeExporter commented 9 years ago
That's true, in JIRA.
And it's now fixed in trunk (revision 3589) and ready for the next release 
(1.49).

With this change, you can disable that, by starting the server with a system 
property "javamelody.analytics-disabled=true".

For example, in the "conf/catalina.properties", add the line:
javamelody.analytics-disabled=true
Or in the java command-line, add: -Djavamelody.analytics-disabled=true

I have made a new build from the trunk and it is available at:
http://javamelody.googlecode.com/files/jira-javamelody-20131210.jar

You will need to stop your server and replace your current jira-javamelody.jar 
file in jira with the new version above.

Original comment by evernat@free.fr on 10 Dec 2013 at 5:54