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
@@ -912,6 +912,9 @@ The following cache libraries are supported:
912
912
* Any compliant JCache (JSR-107) implementation
913
913
* Redis
914
914
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
+
915
918
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.
916
919
917
920
NOTE: Only caches that are configured on startup are bound to the registry.
0 commit comments