-
Notifications
You must be signed in to change notification settings - Fork 992
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
Bind cache metrics from Spring's CacheManager
#262
Comments
The plan is to add an event listener somewhere in or around |
We won't be able to accomplish this in Boot 1.5.x and prior. |
@jkschneider unfortunately, I think we have to let this one go. In the meantime, I've added auto-configuration support for caches with a service that allows you to bind the caches that are created programmatically. That doesn't work for caches created on the fly, which is quite annoying. |
This was accomplished in spring-projects/spring-boot@0515ca0#diff-8af53ca5a010486793f937636f38863d |
See spring-projects/spring-boot#11221 (comment)
The text was updated successfully, but these errors were encountered: