我正在做一些关于如何通过Spring Boot Actuator通过Prometheus公开Hibernate指标的研究,但是我一直在努力寻找方法。
我在Spring Boot中添加了以下属性:应用程序:spring.jpa.properties.hibernate.generate_statistics=true
但是所有要做的就是从Hibernate添加日志记录。 我从Spring Boot项目中找到了这两个PR:
但是由于采用Micrometer,似乎从未通过Spring Boot Actuator发布Hibernate指标。
有没有办法公开Hibernate EntityManagerFactory
通过Spring Boot Actuator收集的指标?