You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to revisit `shutdown_*_provider` methods as they are at the API level. The instrumented libraries shouldn't have the method to shutdown the LoggerProvider enabled by the application.
For v0.23 release:
This is not an issue for logs, as logs removed the global shutdown completely.
Not an issue for traces, as global shutdown existed even before this release.
For metrics, this is newly introduced in v0.23. An example on how to shutdown even without the global_shutdown : #1739
Originally posted by @lalitb in #1643 (comment)
The text was updated successfully, but these errors were encountered: