Skip to content

Commit

Permalink
feat : 프로메테우스, 그라파나를 이용한 모니터링 설정 추가 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Feb 6, 2024
1 parent 6fd17bf commit 09743b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-gcp-starter', version: '1.2.8.RELEASE'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-gcp-storage', version: '1.2.8.RELEASE'

// for JMX 모니터링
implementation 'org.springframework.boot:spring-boot-starter-actuator'

// for /actuator/prometheus 엔드포인트 제공을 받기위한 의존성 추가
implementation 'io.micrometer:micrometer-registry-prometheus'

// JsonParser를 사용하기 위해 추가
dependencies { implementation 'com.google.code.gson:gson:2.8.8' }

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/backend-submodule

0 comments on commit 09743b7

Please sign in to comment.