File tree Expand file tree Collapse file tree
src/main/java/com/team_nebula/nebula/global/constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ dependencies {
5555 implementation ' org.springframework.boot:spring-boot-starter-data-elasticsearch'
5656 implementation ' co.elastic.clients:elasticsearch-java:8.13.4'
5757
58+ // Prometheus & Actuator
59+ implementation ' org.springframework.boot:spring-boot-starter-actuator'
60+ implementation ' io.micrometer:micrometer-registry-prometheus'
5861
5962 compileOnly ' org.projectlombok:lombok'
6063 developmentOnly ' org.springframework.boot:spring-boot-devtools'
Original file line number Diff line number Diff line change 44
55public final class Constants {
66
7- private Constants () {}
7+ private Constants () {
8+ }
89
910 public static List <String > NO_NEED_FILTER_URLS = List .of (
11+ "/actuator/**" ,
1012 "/swagger-ui.html/**" ,
1113 "/v3/api-docs/**" ,
1214 "/swagger-ui/**" ,
You can’t perform that action at this time.
0 commit comments