Browse Source

Merge branch '3.4.x'

pull/45268/head
Stéphane Nicoll 9 months ago
parent
commit
424d9b6fad
  1. 3
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

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

@ -909,6 +909,9 @@ The following cache libraries are supported: @@ -909,6 +909,9 @@ The following cache libraries are supported:
* Any compliant JCache (JSR-107) implementation
* Redis
WARNING: Metrics should be enabled for the auto-configuration to pick them up.
Refer to the documentation of the cache library you are using for more details.
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.
NOTE: Only caches that are configured on startup are bound to the registry.

Loading…
Cancel
Save