We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a07bd commit aa81b2fCopy full SHA for aa81b2f
encoderfile/src/cli.rs
@@ -54,7 +54,7 @@ pub enum Commands {
54
disable_grpc: bool,
55
#[arg(long, default_value_t = false)]
56
disable_http: bool,
57
- #[arg(long, default_value_t = true)]
+ #[arg(long, default_value_t = false)]
58
enable_otel: bool,
59
#[arg(long, default_value = "http://localhost:4317")]
60
otel_exporter_url: String,
0 commit comments