通过Spring Boot Actuator公开Hibernate指标

时间:2018-11-14 00:35:11

标签: java spring hibernate spring-boot prometheus

我正在做一些关于如何通过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收集的指标?

0 个答案:

没有答案