File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
opentelemetry-sdk/src/trace Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments