File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 103
103
<scope >provided</scope >
104
104
</dependency >
105
105
<dependency >
106
- <groupId >io.micrometer </groupId >
107
- <artifactId >micrometer-registry-prometheus </artifactId >
106
+ <groupId >org.springframework.boot </groupId >
107
+ <artifactId >spring-boot-starter-actuator </artifactId >
108
108
</dependency >
109
109
110
110
<!-- Runtime dependencies -->
111
111
<dependency >
112
- <groupId >org.springframework.boot </groupId >
113
- <artifactId >spring-boot-starter-actuator </artifactId >
112
+ <groupId >io.micrometer </groupId >
113
+ <artifactId >micrometer-registry-prometheus </artifactId >
114
114
<scope >runtime</scope >
115
115
</dependency >
116
116
<dependency >
Original file line number Diff line number Diff line change 4
4
spring :
5
5
rabbitmq :
6
6
addresses : localhost
7
-
8
- management :
9
- endpoints :
10
- web :
11
- exposure :
12
- include : prometheus, health, info
You can’t perform that action at this time.
0 commit comments