From dd1a89eba40cb54c26b553f5c02ca13af2850a66 Mon Sep 17 00:00:00 2001 From: FhRh Date: Tue, 10 Dec 2024 02:01:03 +0900 Subject: [PATCH] =?UTF-8?q?chore(application.properties)=20:=20metric=20ex?= =?UTF-8?q?port=EA=B4=80=EB=A0=A8=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wabi/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wabi/src/main/resources/application.properties b/wabi/src/main/resources/application.properties index 4f4a064..73444ea 100644 --- a/wabi/src/main/resources/application.properties +++ b/wabi/src/main/resources/application.properties @@ -1,2 +1,4 @@ spring.application.name=wabi spring.profiles.active=prod +management.endpoints.web.exposure.include=prometheus, health, info +management.metrics.tags.application=${spring.application.name}