From 1156c1ca852440338dc226b40edbce930927f59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=AF=E1=86=AB=E1=84=8C=E1=85=A1=E1=86=BC?= =?UTF-8?q?=E1=84=89=E1=85=AE=E1=86=AB?= Date: Tue, 1 Jul 2025 13:54:53 +0900 Subject: [PATCH] =?UTF-8?q?fix(actuator):=20health=20=EC=97=94=EB=93=9C?= =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EB=85=B8=EC=B6=9C=ED=95=98?= =?UTF-8?q?=EC=97=AC=20=EC=A0=91=EA=B7=BC=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bb1cc26..b74bbc5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -58,7 +58,9 @@ management: endpoints: web: exposure: - include: prometheus + include: prometheus,health endpoint: prometheus: enabled: true + health: + show-details: always