From 1fe0486f02ee59097d93f3f5bca84ea6ad30d221 Mon Sep 17 00:00:00 2001 From: Yeseul Date: Thu, 31 Oct 2024 20:15:33 +0900 Subject: [PATCH] =?UTF-8?q?refactor(application.properties):=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=88=ED=84=B0=EB=A7=81=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1925da50..b3f070f9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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