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 a7f2ba4 commit c5e0f4cCopy full SHA for c5e0f4c
opentelemetry-otlp/src/lib.rs
@@ -29,6 +29,7 @@
29
//! use opentelemetry::global;
30
//! use opentelemetry::trace::Tracer;
31
//! use opentelemetry_otlp::Protocol;
32
+//! use opentelemetry_otlp::WithExportConfig;
33
//!
34
//! fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> {
35
//! // Initialize OTLP exporter using HTTP binary protocol
0 commit comments