You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
geoand, theigl, akoylu, steven-sheehy and ThomasVitale