Skip to content

Commit 1fe18fd

Browse files
committed
doc: remove explicit default call for configuring temporality
1 parent 5906d94 commit 1fe18fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-otlp/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
//! .with_resource(Resource::new(vec![KeyValue::new("service.name", "example")]))
184184
//! .with_period(Duration::from_secs(3))
185185
//! .with_timeout(Duration::from_secs(10))
186-
//! .with_temporality(Temporality::default())
187186
//! .build();
188187
//! # }
189188
//!

0 commit comments

Comments
 (0)