parent
fd5aa3ebf1
commit
a222952a77
|
|
@ -2013,8 +2013,9 @@ include::{code-examples}/jpa/HibernateSecondLevelCacheExample.java[tag=configura
|
|||
----
|
||||
|
||||
This customizer will configure Hibernate to use the same `CacheManager` as the one that
|
||||
the application uses. It is also possible to use separate `CacheManager` instances. For details, refer
|
||||
to {hibernate-documentation}#caching-provider-jcache[the Hibernate user guide].
|
||||
the application uses. It is also possible to use separate `CacheManager` instances. For
|
||||
details, refer to {hibernate-documentation}#caching-provider-jcache[the Hibernate user
|
||||
guide].
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1436,8 +1436,8 @@ annotation markers.
|
|||
|
||||
[[production-ready-metrics-export-appoptics]]
|
||||
==== AppOptics
|
||||
By default, the AppOptics registry pushes metrics to https://api.appoptics.com/v1/measurements
|
||||
periodically. To export metrics to SaaS
|
||||
By default, the AppOptics registry pushes metrics to
|
||||
https://api.appoptics.com/v1/measurements periodically. To export metrics to SaaS
|
||||
{micrometer-registry-documentation}/appoptics[AppOptics], your API token must be provided:
|
||||
|
||||
[source,properties,indent=0]
|
||||
|
|
|
|||
Loading…
Reference in New Issue