feat: 로컬 환경에서의 트레이싱 설정 추가

This commit is contained in:
이상진 2025-10-05 00:20:43 +09:00
parent ca295f4374
commit 6ca70520b5
2 changed files with 9 additions and 2 deletions

View File

@ -42,9 +42,14 @@ jdbc:
management: management:
tracing: tracing:
sampling: sampling:
probability: 1 probability: 1.0
otlp:
tracing:
transport: http
endpoint: http://localhost:4318/v1/traces
slow-query: slow-query:
logger-name: local-slow-query-logger logger-name: local-slow-query-logger
log-level: info log-level: info
threshold-ms: 5 threshold-ms: 5

View File

@ -5,6 +5,8 @@ server:
forward-headers-strategy: framework forward-headers-strategy: framework
spring: spring:
application:
name: roomescape-backend
profiles: profiles:
active: ${ACTIVE_PROFILE:local} active: ${ACTIVE_PROFILE:local}
jpa: jpa: