From 104a3598915be0ffadedae77550ed06706d7eae5 Mon Sep 17 00:00:00 2001 From: jhan0121 Date: Mon, 5 Jan 2026 23:17:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EB=AA=A8=EB=8B=88=ED=84=B0?= =?UTF-8?q?=EB=A7=81=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 5f3472a..10f5165 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -35,12 +35,26 @@ spring: enable: true auth: true +server: + tomcat: + mbeanregistry: + enabled: true + management: endpoints: web: exposure: include: prometheus, health + metrics: + tags: + application: ${spring.application.name} + + prometheus: + metrics: + export: + enabled: true + tracing: sampling: probability: 1.0 From 6fa5e1742fa72b68b99c7e19b007f240acd982e6 Mon Sep 17 00:00:00 2001 From: jhan0121 Date: Mon, 5 Jan 2026 23:45:45 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EB=A1=9C=EA=B7=B8=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alloy/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy/docker-compose.yml b/alloy/docker-compose.yml index 48e7720..58ee940 100644 --- a/alloy/docker-compose.yml +++ b/alloy/docker-compose.yml @@ -7,7 +7,7 @@ services: - ../.env volumes: - ./config.alloy:/etc/alloy/config.alloy - - /app/logs:/var/log/app + - /app/log:/var/log/app command: - "run" - "--server.http.listen-addr=0.0.0.0:12345"