From afae987a95a1753bd35f4d96a7671a039156f8f7 Mon Sep 17 00:00:00 2001 From: yongsik Date: Wed, 2 Jul 2025 22:14:51 +0900 Subject: [PATCH] =?UTF-8?q?(fix)=20application=EC=97=90=EC=84=9C=20prometh?= =?UTF-8?q?eus=20=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c7d4f96..b78158b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -72,10 +72,6 @@ management: endpoint: prometheus: enabled: true - metrics: - export: - prometheus: - enabled: true server: port: ${PORT:8080}