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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc
+3
Original file line number
Diff line number
Diff line change
@@ -909,6 +909,9 @@ The following cache libraries are supported:
909
909
* Any compliant JCache (JSR-107) implementation
910
910
* Redis
911
911
912
+
WARNING: Metrics should be enabled for the auto-configuration to pick them up.
913
+
Refer to the documentation of the cache library you are using for more details.
914
+
912
915
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.
913
916
914
917
NOTE: Only caches that are configured on startup are bound to the registry.
0 commit comments