File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 35
35
<groupId >org.springframework.boot</groupId >
36
36
<artifactId >spring-boot-starter-web</artifactId >
37
37
</dependency >
38
+ <dependency >
39
+ <groupId >org.springframework.boot</groupId >
40
+ <artifactId >spring-boot-starter-actuator</artifactId >
41
+ </dependency >
38
42
<dependency >
39
43
<groupId >io.micrometer</groupId >
40
44
<artifactId >micrometer-registry-prometheus</artifactId >
41
- <version >1.5.1 </version >
45
+ <version >1.3.0 </version >
42
46
</dependency >
43
47
44
48
<!-- Dubbo -->
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ dubbo.registry.check=false
20
20
21
21
spring.profiles.active =druid
22
22
23
- management.endpoints.web.exposure.include =prometheus
24
- management.metrics.tags.application =spring-cloud-a
23
+ management.endpoints.web.exposure.include =info,health, prometheus
24
+ management.metrics.tags.application =spring-cloud-b
You can’t perform that action at this time.
0 commit comments