The sample program introduces prometheus monitoring

pull/531/head
chen.ma 2 years ago
parent e76e1a252b
commit 5aa99a2492

@ -36,6 +36,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-spring-boot-starter-monitor-prometheus</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>

Loading…
Cancel
Save