sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support cache names metrics

sasabolic opened this issue · comments

Right now for configuring metrics per cache name there is a property memcached.cache.metrics-cache-names where you could set a list of cache names for which the metrics should be enabled.

Similarly, for other cache providers in Spring spring.cache.cache-names can be used.

Support for spring.cache.cache-names should be added so that both types of configurations could be set in order to enable metrics per cache name.