From d4374e8a656d33df2358eb5121fd5f1c477798d4 Mon Sep 17 00:00:00 2001 From: choyunju Date: Sun, 21 Sep 2025 01:28:10 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20[BADA-389]=20=EB=AA=A8=EB=8B=88?= =?UTF-8?q?=ED=84=B0=EB=A7=81=20=EC=84=9C=EB=B2=84=20=EC=97=B0=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7cb4185..0001afb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -56,7 +56,10 @@ management: endpoints: web: exposure: - include: prometheus + include: prometheus, health, info + metrics: + binders: + system: true endpoint: prometheus: enabled: true