Closed GoogleCodeExporter closed 8 years ago
This probably needs a change given some parameter in createSerializable here:
https://code.google.com/p/javamelody/source/browse/trunk/javamelody-core/src/mai
n/java/net/bull/javamelody/CollectorController.java#287
and to return something like the following:
new HashMap<String,
Thowable>(collectorServer.getLastCollectExceptionsByApplication())
Original comment by evernat@free.fr
on 2 May 2013 at 11:16
and completed by Parameters.getCollectorUrlsByApplications().keySet()
Original comment by evernat@free.fr
on 2 May 2013 at 11:25
Done.
It's committed in trunk (revision 3414) and ready for the next release (1.46).
I have made a new build of the collector server and it is available at:
http://javamelody.googlecode.com/files/javamelody-20130608.war
For example, you can all the collector server every X minutes with the
following parameters:
?part=applications&format=json
Original comment by evernat@free.fr
on 8 Jun 2013 at 9:20
Original issue reported on code.google.com by
evernat@free.fr
on 2 May 2013 at 11:00