Skip to content

Commit 961a7bc

Browse files
committed
with http not grpc
1 parent d9163ed commit 961a7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn init_tracing(
2626
endpoint = %otlp_endpoint
2727
);
2828
let otlp_exporter = SpanExporter::builder()
29-
.with_tonic()
29+
.with_http()
3030
.with_endpoint(otlp_endpoint)
3131
.build()
3232
.context("Failed to create OTLP exporter")?;

0 commit comments

Comments
 (0)