sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.
Apache License 2.0
71 stars 33 forks source link

Support cache names metrics #124

Open sasabolic opened 3 years ago

sasabolic commented 3 years ago

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.