Merge branch '2.1.x' into 2.2.x

Closes gh-19498
pull/19540/head
Stephane Nicoll 5 years ago
commit a684ab8726

@ -1849,7 +1849,7 @@ The following cache libraries are supported:
Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name. Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name.
NOTE: Only caches that are configured on startup are bound to the registry. NOTE: Only caches that are configured on startup are bound to the registry.
For caches not defined in the caches configuration, that is caches created on-the-fly or programmatically after the startup phase, an explicit registration is required. For caches not defined in the caches configuration, e.g. caches created on-the-fly or programmatically after the startup phase, an explicit registration is required.
A `CacheMetricsRegistrar` bean is made available to make that process easier. A `CacheMetricsRegistrar` bean is made available to make that process easier.

Loading…
Cancel
Save