Skip to content

Commit 7800d24

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents c2f8331 + 167c8ca commit 7800d24

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,9 @@ The following cache libraries are supported:
912912
* Any compliant JCache (JSR-107) implementation
913913
* Redis
914914

915+
WARNING: Metrics should be enabled for the auto-configuration to pick them up.
916+
Refer to the documentation of the cache library you are using for more details.
917+
915918
Metrics are tagged by the name of the cache and by the name of the javadoc:org.springframework.cache.CacheManager[], which is derived from the bean name.
916919

917920
NOTE: Only caches that are configured on startup are bound to the registry.

0 commit comments

Comments
 (0)