Skip to content

Commit

Permalink
Merge pull request #93 from soma-baekgu/feature/BG-373-realtime-monit…
Browse files Browse the repository at this point in the history
…oring

[BG-373]: realtime 서버 모니터링 세팅 (1h / 1h)
  • Loading branch information
Dltmd202 authored Aug 21, 2024
2 parents d99dd9e + a3e3581 commit c85d4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions realtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-data-redis")

implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("io.micrometer:micrometer-registry-prometheus")

testImplementation(kotlin("test"))
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
testImplementation("org.testcontainers:testcontainers:1.19.0")
Expand Down

0 comments on commit c85d4f5

Please sign in to comment.