diff --git a/src/common/telemetry/src/logging.rs b/src/common/telemetry/src/logging.rs index 64661db8f1..12543d62f6 100644 --- a/src/common/telemetry/src/logging.rs +++ b/src/common/telemetry/src/logging.rs @@ -71,7 +71,7 @@ pub struct LoggingOptions { /// Whether to enable tracing with OTLP. Default is false. pub enable_otlp_tracing: bool, - /// The endpoint of OTLP. Default is "http://localhost:4317". + /// The endpoint of OTLP. Default is "http://localhost:4318". pub otlp_endpoint: Option, /// The tracing sample ratio.