Skip to content

Commit

Permalink
chore: 프로덕션 환경의 모니터링 툴을 추가한다. (#291)
Browse files Browse the repository at this point in the history
* chore: 메트릭 확인을 위한 액츄에이터 의존성을 추가한다.

* chore: 마이크로미터 프로메테우스 라이브러리를 추가한다.
  • Loading branch information
hseong3243 authored Nov 21, 2023
1 parent 4bb93d3 commit 465066f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ dependencies {
// Websocket
implementation 'org.springframework.boot:spring-boot-starter-websocket'

// Monitoring
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'
}

tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/backend-config

0 comments on commit 465066f

Please sign in to comment.