Skip to content

Commit

Permalink
feat: 모니터링 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Amepistheo committed Jan 23, 2025
1 parent 3ae0ddc commit 997444d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ dependencies {
//OpenFeign
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'

// 모니터링
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'

// 테스트 코드 작성시 사용할 DB(H2)
runtimeOnly 'com.h2database:h2'
//s3 테스트 mock server
Expand Down

0 comments on commit 997444d

Please sign in to comment.