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 3535 <groupId >org.springframework.boot</groupId >
3636 <artifactId >spring-boot-starter-web</artifactId >
3737 </dependency >
38+ <dependency >
39+ <groupId >org.springframework.boot</groupId >
40+ <artifactId >spring-boot-starter-actuator</artifactId >
41+ </dependency >
3842 <dependency >
3943 <groupId >io.micrometer</groupId >
4044 <artifactId >micrometer-registry-prometheus</artifactId >
41- <version >1.5.1 </version >
45+ <version >1.3.0 </version >
4246 </dependency >
4347
4448 <!-- Dubbo -->
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ dubbo.registry.check=false
2020
2121spring.profiles.active =druid
2222
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