Polish "Upgrade to Micrometer 1.7.0-M1"

See gh-25707
This commit is contained in:
Stephane Nicoll
2021-03-17 11:28:52 +01:00
parent 7c5e0505d8
commit eb406867ea
5 changed files with 4 additions and 6 deletions

View File

@@ -2355,7 +2355,7 @@ Each metric is tagged by the name of the Pool (can be controlled with `spring.da
[[production-ready-metrics-hibernate]]
==== Hibernate Metrics
Auto-configuration enables the instrumentation of all available Hibernate `EntityManagerFactory` instances that have statistics enabled with a metric named `hibernate`.
If `org.hibernate:hibernate-micrometer` is on the classpath, all available Hibernate `EntityManagerFactory` instances that have statistics enabled with a metric named `hibernate` are instrumented.
Metrics are also tagged by the name of the `EntityManagerFactory` that is derived from the bean name.