Skip to content

Commit 6a216aa

Browse files
authored
Merge pull request #244 from ShallWeProject/infra/239-monitoring
�모니터링 종속성을 추가한다.
2 parents b5ec55d + 68f1d4c commit 6a216aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ dependencies {
5555

5656
//jsch 로컬 개발용 DB SSH Tunneling
5757
implementation 'com.jcraft:jsch:0.1.55'
58+
59+
//Monitoring
60+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
61+
implementation 'io.micrometer:micrometer-registry-prometheus'
62+
5863
}
5964

6065
tasks.named('test') {
@@ -67,4 +72,4 @@ jar {
6772

6873
clean {
6974
delete file('src/main/generated')
70-
}
75+
}

0 commit comments

Comments
 (0)