Skip to content

Commit 5304ca0

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent 3dfadb0 commit 5304ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ async fn main() -> anyhow::Result<()> {
9292
LevelFilter::DEBUG,
9393
telemetry_arguments.otlp_logs,
9494
))
95-
.with_otlp_log_exporter((
95+
.with_otlp_trace_exporter((
9696
"OTLP_TRACE",
9797
LevelFilter::DEBUG,
98-
telemetry_arguments.otlp_logs,
98+
telemetry_arguments.otlp_traces,
9999
))
100100
.build()
101101
.init()?;

0 commit comments

Comments
 (0)