ci: 配置监控

This commit is contained in:
CaptainB 2023-09-07 11:19:02 +08:00 committed by 刘瑞斌
parent 45afe7b8fb
commit 93dd304453
1 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,15 @@
<artifactId>metersphere-bug-management</artifactId> <artifactId>metersphere-bug-management</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<!-- 监控配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>