File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/trace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def on_end(self, span: "ReadableSpan") -> None:
112
112
"""
113
113
114
114
def shutdown (self ) -> None :
115
- """Called when a :class:`opentelemetry.sdk.trace.Tracer ` is shutdown."""
115
+ """Called when a :class:`opentelemetry.sdk.trace.TracerProvider ` is shutdown."""
116
116
117
117
def force_flush (self , timeout_millis : int = 30000 ) -> bool :
118
118
"""Export all ended spans to the configured Exporter that have not yet
@@ -1140,7 +1140,7 @@ def add_span_processor(self, span_processor: SpanProcessor) -> None:
1140
1140
self ._active_span_processor .add_span_processor (span_processor )
1141
1141
1142
1142
def shutdown (self ):
1143
- """Shut down the span processors added to the tracer."""
1143
+ """Shut down the span processors added to the tracer provider ."""
1144
1144
self ._active_span_processor .shutdown ()
1145
1145
if self ._atexit_handler is not None :
1146
1146
atexit .unregister (self ._atexit_handler )
You can’t perform that action at this time.
0 commit comments