Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Jenkins 2.57 plus Monitoring plugin 1.66.0, running using embedded web server (Jetty?)
Description
I have installed the just-released Monitoring Plugin 1.66.0. This version includes Real User Monitoring, which I enabled by starting Jenkins with -Djavamelody.rum-enabled=true.
However, I do not see the new statistics as expected. When I go to the Jenkins monitoring page, then in the "Statistics http system errors" section, I see many errors of the form:
/job//monitoring?resource=boomerang.min.js GET Error404
So, it looks like RUM has indeed been activated, but for some reason it looks like it's missing that .js file. Is this a packaging error in the plugin?
It is now fixed by https://github.com/javamelody/javamelody/commit/c09c6929d526363a55c59e388da48c6c6ec6bd77
And it is just released as v1.67.0. (You may need to wait a few hours before the new release appears in the update center of your Jenkins server.)
Thanks for the fast issue.