Currently the CacheMetricsRegistrarConfiguration binds the meters for the cache related metrics in a @PostContstruct for all known cache names.
Looking at the spring-boot-sample-cache project and the various caches implementations, most of them don't provide the cache names at this moment and therefore no metrics are provided for these.
Currently the
CacheMetricsRegistrarConfigurationbinds the meters for the cache related metrics in a@PostContstructfor all known cache names.Looking at the
spring-boot-sample-cacheproject and the various caches implementations, most of them don't provide the cache names at this moment and therefore no metrics are provided for these.