Hi everybody,
I am testing javamelody 1.67 on my app and enabled the monitoring of all the webapps on my Tomcat by adding the configuration to the web.xml file as mentioned in the section "
Deployment on Tomcat without modification of monitored webapps (beta)" as specified at https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced. So I have the following observations:
1. So far the UI at
https://mysite.com:4443/monitoring shows many http URLs under the statistics http section ( which ends on many different files: jsp, js, icon, png, etc) but on the server only rrd files for jsp and js URLs have been created so far. I thought that an rrd file was created per URL but that seems not to be the case, at least not with the configuration I am using. Is there a way to enable the creation of an rrd file per URL to query its last real time (non averaged) value?

2. For the generated rrd files for the http URLs, is there a way to conveniently map the filenames (typically http{HASH}) with the real URL names (/path/to/url/service1.[jsp|js|png|ico|etc])?

Thanks for the great work done so far on Javamelody I personally think it is awesome =)
Regards,
Adrian Rios