【新增】集成 Prometheus 监控点

This commit is contained in:
YunaiV
2022-06-25 15:10:15 +08:00
parent b47e5d4c5d
commit 3012ff84a2
5 changed files with 18 additions and 65 deletions

View File

@@ -58,6 +58,12 @@
<artifactId>apm-toolkit-opentracing</artifactId>
</dependency>
<!-- Micrometer 对 Prometheus 的支持 -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->