Skip to content

Commit 36012dc

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/trace/provider.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 1a3dd67 commit 36012dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl Drop for TracerProviderInner {
143143
/// Creator and registry of named [`Tracer`] instances.
144144
///
145145
/// `TracerProvider` is a lightweight container holding pointers to `SpanProcessor` and other components.
146-
/// Cloning a `TracerProvider` instance will not stop span processing. To stop span processing, users
146+
/// Cloning a `TracerProvider` instance and dropping it will not stop span processing. To stop span processing, users
147147
/// must either call the `shutdown` method explicitly or allow the last reference to the `TracerProvider`
148148
/// to be dropped. When the last reference is dropped, the shutdown process will be automatically triggered
149149
/// to ensure proper cleanup.

0 commit comments

Comments
 (0)