From cbc8fea680828527af8f837401a0cec186879f98 Mon Sep 17 00:00:00 2001 From: seojin Yoon <90759319+7zrv@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:11:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=97=AC=EC=8A=A4=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=20=EC=97=94=EB=93=9C=ED=8F=AC=EC=9D=B8=ED=8A=B8=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 - spring actuator의 health check 엔드포인트 추가 --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 79e673d41..172ca7634 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -129,7 +129,7 @@ management: endpoints: web: exposure: - include: prometheus + include: health, prometheus endpoint: prometheus: