add:添加prometheushttp监控

This commit is contained in:
zhangzq
2024-01-19 16:57:12 +08:00
parent 56071e13fe
commit 4b82e5a764
2 changed files with 28 additions and 2 deletions

View File

@@ -63,7 +63,15 @@
<artifactId>ik-analyzer</artifactId>
<version>8.2.0</version>
</dependency>
<!---->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!--支持中文分词 -->
<dependency>
<groupId>org.apache.lucene</groupId>