Skip to content

Commit aa81b2f

Browse files
committed
disable otel by default
1 parent 10a07bd commit aa81b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoderfile/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum Commands {
5454
disable_grpc: bool,
5555
#[arg(long, default_value_t = false)]
5656
disable_http: bool,
57-
#[arg(long, default_value_t = true)]
57+
#[arg(long, default_value_t = false)]
5858
enable_otel: bool,
5959
#[arg(long, default_value = "http://localhost:4317")]
6060
otel_exporter_url: String,

0 commit comments

Comments
 (0)