parent
5727a1c73a
commit
36f5b72449
1 changed files with 3 additions and 0 deletions
|
|
@ -201,6 +201,9 @@ class TraceProvider:
|
||||||
)
|
)
|
||||||
|
|
||||||
def shutdown(self) -> None:
|
def shutdown(self) -> None:
|
||||||
|
if self._disabled:
|
||||||
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logger.debug("Shutting down trace provider")
|
logger.debug("Shutting down trace provider")
|
||||||
self._multi_processor.shutdown()
|
self._multi_processor.shutdown()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue