Skip to content

Commit

Permalink
Merge pull request #89 from TEAM-Encore/redeploy
Browse files Browse the repository at this point in the history
Chore: 로그수집 & 모니터링 환경 구축
  • Loading branch information
yumzen authored Jan 14, 2025
2 parents 67a6e33 + 1b2fbcc commit d4a63a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ dependencies {

// Komoran
implementation 'com.github.shin285:KOMORAN:3.3.9'

// Monitoring
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation 'io.micrometer:micrometer-registry-prometheus'
implementation 'org.springframework.boot:spring-boot-starter-logging'
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'
}

tasks.named('test') {
Expand Down

0 comments on commit d4a63a4

Please sign in to comment.