Skip to content

Commit ee4734d

Browse files
Merge pull request #599 from Podo-Store/develop
[FEAT] 메트릭 설정 추가
2 parents 66f6d96 + 5153001 commit ee4734d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ dependencies {
5858

5959
// 소셜 로그인
6060
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
61+
62+
// 메트릭
63+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
64+
implementation 'io.micrometer:micrometer-core'
6165
}
6266

6367
tasks.named('test') {

0 commit comments

Comments
 (0)