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

Memcached metrics should not be bind to specific client implementation #117

Closed igorbolic closed 4 years ago

igorbolic commented 4 years ago

Due to multiple Memcached clients being supported, the metrics binder should not be tied to a specific implementation, in this case the net.rubyeye.xmemcached.MemcachedClient, used on this line.

Meter metrics should be agnostic of the underlying client used for the Memcached cache.