Skip to content

Commit

Permalink
Chore: 프로메테우스 모니터링 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseoj committed Jan 21, 2025
1 parent 577b022 commit 7ab5ef2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "Team29_BE_Submodule"]
path = Team29_BE_Submodule
url = [email protected]:29ana-notai/Team29_BE_Submodule.git
branch = release/0.0.3
branch = release/0.0.4
2 changes: 1 addition & 1 deletion Team29_BE_Submodule
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ dependencies {

// Slack
implementation("com.slack.api:slack-api-client:1.44.1")

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

tasks.named('test') {
Expand Down

0 comments on commit 7ab5ef2

Please sign in to comment.