Skip to content

Commit

Permalink
refactor(application.properties): 모니터링 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HongYeseul authored Oct 31, 2024
1 parent a2b04db commit 1fe0486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ cloud.aws.region.statics=ap-northeast-2
cloud.aws.stack.auto=false

# actuator-monitoring-config
management.endpoints.web.exposure.include=health,info,prometheus
management.endpoints.web.exposure.include=health,prometheus,info
management.endpoint.prometheus.enabled=true
management.prometheus.metrics.export.enabled=true
management.server.port=8080

# JPA/Hibernate-statistics
#spring.jpa.properties.hibernate.generate_statistics=true
Expand Down

0 comments on commit 1fe0486

Please sign in to comment.