- 后端:引入下 Metrics 相关的包

This commit is contained in:
YunaiV
2019-05-20 16:12:57 +08:00
parent 733433e722
commit f29d427fb1
14 changed files with 109 additions and 22 deletions

View File

@@ -60,6 +60,19 @@
<optional>true</optional>
</dependency>
<!-- 监控相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>