Skip to content

Commit

Permalink
[COMMON] FEAT: 엑추에이터, 프로메테우스 및 그라파나 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1Park committed Aug 21, 2023
1 parent 5180404 commit 18aaf3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ dependencies {
implementation "com.querydsl:querydsl-jpa:${queryDslVersion}"
annotationProcessor "com.querydsl:querydsl-apt:${queryDslVersion}"

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

// jwt
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
Expand Down

0 comments on commit 18aaf3a

Please sign in to comment.