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}