Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caches are not listed in the monitoring page #72

Open
gabivis opened this issue Jun 4, 2019 · 2 comments
Open

Caches are not listed in the monitoring page #72

gabivis opened this issue Jun 4, 2019 · 2 comments

Comments

@gabivis
Copy link

gabivis commented Jun 4, 2019

I am using grails 3 with the following plugins
compile 'org.grails.plugins:grails-melody-plugin:1.76.1' compile ('org.grails.plugins:cache-ehcache:3.0.0.M1') compile "org.grails.plugins:cache:5.0.0.RC1"
In grails 2, there was a cache section. This section is missing with the grails 3 version of the plugin.
I know that support for monitoring ehcache 3 has recently been added to javamelody.
See this thread for more information:
javamelody/javamelody#574 (comment)

Is there a plan to also add support for it in this plugin?

Thanks,
Gabi

@sergiomichels
Copy link
Collaborator

Hi Gabi, I can see that this feature is available in JavaMelody's current snapshot...

After release we can upgrade the dependency in Grails plugin but meanwhile you can override melody version in your build, something like (changing to snapshot):

compile('org.grails.plugins:grails-melody-plugin:1.76.1') {
    exclude group: 'net.bull.javamelody', module: 'javamelody-core'
}
compile 'net.bull.javamelody:javamelody-core:1.77.0'

@gabivis
Copy link
Author

gabivis commented May 14, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants