We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9163ed commit 961a7bcCopy full SHA for 961a7bc
crates/common/src/lib.rs
@@ -26,7 +26,7 @@ pub fn init_tracing(
26
endpoint = %otlp_endpoint
27
);
28
let otlp_exporter = SpanExporter::builder()
29
- .with_tonic()
+ .with_http()
30
.with_endpoint(otlp_endpoint)
31
.build()
32
.context("Failed to create OTLP exporter")?;
0 commit comments