We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c98767 commit 807b6a5Copy full SHA for 807b6a5
opentelemetry-sdk/src/trace/mod.rs
@@ -3,8 +3,7 @@
3
//! The tracing SDK consist of a few main structs:
4
//!
5
//! * The [`Tracer`] struct which performs all tracing operations.
6
-//! * The [`Span`] struct with is a mutable object storing information about the
7
-//! current operation execution.
+//! * The [`Span`] struct with is a mutable object storing information about the current operation execution.
8
//! * The [`TracerProvider`] struct which configures and produces [`Tracer`]s.
9
mod config;
10
mod events;
0 commit comments