feat: application-deploy에 Tracing 옵션 추가

This commit is contained in:
이상진 2025-08-02 16:32:34 +09:00
parent a49d36ed34
commit cfd35b875b

View File

@ -32,4 +32,8 @@ slow-query:
management:
tracing:
sampling:
probability: ${TRACE_SAMPLING_PROBABILITY}
probability: ${TRACE_SAMPLING_PROBABILITY}
otlp:
tracing:
transport: ${OTLP_TRACING_PROTOCOL}
endpoint: ${OTLP_TRACING_ENDPOINT}