在指标端点中,我获得了所有缓存大小,但未达到/未命中(正如https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-metrics.html#production-ready-datasource-cache所预期的那样)
实施例: " cache.mytest.size":19
我还预计命中/未命中计数器...... 我正在使用番石榴。
答案 0 :(得分:3)
必须在每个缓存的基础上启用它们:
https://github.com/google/guava/wiki/CachesExplained#statistics
cacheBuilder.recordStats();