javamelody / grails-melody-plugin

JavaMelody monitoring plugin for Grails, to monitor application performance
https://plugins.grails.org/plugin/grails-melody-plugin
Apache License 2.0
33 stars 31 forks source link

Overloaded service method does not work #9

Closed macrosak closed 11 years ago

macrosak commented 11 years ago

Grails melody plugin only checks the method name, not parameter types:

https://github.com/evernat/grails-melody-plugin/blob/master/GrailsMelodyGrailsPlugin.groovy#L136

evernat commented 11 years ago

Hi, Thanks for the pull request. Do you know if this could fix issue #4 ?

evernat commented 11 years ago

Thanks for the pull request.