Skip to content

Commit

Permalink
feat: prometheus 메트릭 수집을 위한 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
baekhangyeol committed Oct 11, 2023
1 parent 6dd5563 commit 8d50de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ dependencies {
// Redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.3.1.RELEASE'

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

}

tasks.named('test') {
Expand Down

0 comments on commit 8d50de2

Please sign in to comment.