chore: clarify default OTLP endpoint value (#6381)

Signed-off-by: liyang <daviderli614@gmail.com>
This commit is contained in:
liyang
2025-06-24 19:44:45 +08:00
committed by GitHub
parent 7a9444c85b
commit 7aa9af5ba6

View File

@@ -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<String>,
/// The tracing sample ratio.