From 6ca70520b55162ff01b466b7e0531137f3d8325f Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 5 Oct 2025 00:20:43 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A1=9C=EC=BB=AC=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EC=97=90=EC=84=9C=EC=9D=98=20=ED=8A=B8=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=8B=B1=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 --- service/src/main/resources/application-local.yaml | 9 +++++++-- service/src/main/resources/application.yaml | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/service/src/main/resources/application-local.yaml b/service/src/main/resources/application-local.yaml index 48f3361a..bd8e9026 100644 --- a/service/src/main/resources/application-local.yaml +++ b/service/src/main/resources/application-local.yaml @@ -42,9 +42,14 @@ jdbc: management: tracing: sampling: - probability: 1 + probability: 1.0 + otlp: + tracing: + transport: http + endpoint: http://localhost:4318/v1/traces slow-query: logger-name: local-slow-query-logger log-level: info - threshold-ms: 5 \ No newline at end of file + threshold-ms: 5 + diff --git a/service/src/main/resources/application.yaml b/service/src/main/resources/application.yaml index da3c5256..673b5538 100644 --- a/service/src/main/resources/application.yaml +++ b/service/src/main/resources/application.yaml @@ -5,6 +5,8 @@ server: forward-headers-strategy: framework spring: + application: + name: roomescape-backend profiles: active: ${ACTIVE_PROFILE:local} jpa: