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
It's weird that there isn't a single OpenTelemetrySdk.shutodown() method that calls shutdown() on each of the providers and aggregates the responses.
Not a huge deal, but works against the idea that the SDK is a single thing you configure and instrument an application with. Currently, OpenTelemetrySdk acts as more of a collection of discreet tools.
The text was updated successfully, but these errors were encountered:
To shutdown OpenTelemetry you have to do something like:
It's weird that there isn't a single
OpenTelemetrySdk.shutodown()
method that callsshutdown()
on each of the providers and aggregates the responses.Not a huge deal, but works against the idea that the SDK is a single thing you configure and instrument an application with. Currently,
OpenTelemetrySdk
acts as more of a collection of discreet tools.The text was updated successfully, but these errors were encountered: