evernat
evernat
Preliminary note : The collect server is optional. In most cases, the javamelody monitoring is used from monitored webapps without using a collect server. The optional collect server currently needs...
It would be great to have execution plan for Postgres like for Oracle. It seems to me that the [explain command](https://www.postgresql.org/docs/current/static/sql-explain.html) needs to have values instead of binded parameters ('?')....
This is a feature request to be able to send alerts based on thresholds and a groovy script, but without Jenkins. A new parameter could give the path of a...
I have discovered a recent guide to setup grails melody. Guide : http://guides.grails.org/grails-javamelody/guide/index.html Source: https://github.com/grails-guides/grails-javamelody We could add a link to this somewhere in [this page](http://plugins.grails.org/plugin/sergiomichels/grails-melody-plugin), which comes from [this...
In [JavaMelodyAutoConfiguration](https://github.com/Catalysts/cat-boot/blob/master/cat-boot-javamelody/src/main/java/cc/catalysts/boot/javamelody/config/JavaMelodyAutoConfiguration.java), I suggest to add the following code, otherwise controllers with @RestController are not monitored ``` java @ConditionalOnProperty(name = "javamelody.enableSpringControllerMonitoring", havingValue = "true") @Bean public MonitoringSpringAdvisor springRestControllerMonitoringAdvisor() { final...
from beans_1_1.xsd : It is strongly recommended you use "annotated". If the bean discovery mode is "all", then all types in this archive will be considered. If the bean discovery...