Skip to content

Commit

Permalink
[refactor/InhaBas#297] prometheus 관련 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed May 14, 2024
1 parent 81e089e commit 9bf0a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ subprojects {

// mail
'org.springframework.boot:spring-boot-starter-mail',
'com.amazonaws:aws-java-sdk-ses:1.12.3',
'org.springframework.boot:spring-boot-starter-thymeleaf'
'com.amazonaws:aws-java-sdk-ses:1.12.188',
'org.springframework.boot:spring-boot-starter-thymeleaf',

// monitoring
'io.micrometer:micrometer-registry-prometheus'
)
testImplementation 'org.springframework.boot:spring-boot-starter-test'

Expand Down
13 changes: 0 additions & 13 deletions resource-server/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ spring:
name: api

---

spring:
config:
activate:
Expand All @@ -12,12 +11,6 @@ spring:
config:
uri: http://localhost:8888

management:
endpoints:
web:
exposure:
include: refresh

---
spring:
config:
Expand All @@ -26,9 +19,3 @@ spring:
cloud:
config:
uri: http://localhost:8888

management:
endpoints:
web:
exposure:
include: refresh

0 comments on commit 9bf0a48

Please sign in to comment.