From cfd35b875b73270609652c9db2b5edd4a43f0416 Mon Sep 17 00:00:00 2001 From: pricelees Date: Sat, 2 Aug 2025 16:32:34 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20application-deploy=EC=97=90=20Tracing?= =?UTF-8?q?=20=EC=98=B5=EC=85=98=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-deploy.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-deploy.yaml b/src/main/resources/application-deploy.yaml index e390837e..6fc8619b 100644 --- a/src/main/resources/application-deploy.yaml +++ b/src/main/resources/application-deploy.yaml @@ -32,4 +32,8 @@ slow-query: management: tracing: sampling: - probability: ${TRACE_SAMPLING_PROBABILITY} \ No newline at end of file + probability: ${TRACE_SAMPLING_PROBABILITY} + otlp: + tracing: + transport: ${OTLP_TRACING_PROTOCOL} + endpoint: ${OTLP_TRACING_ENDPOINT}