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
{{ message }}
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Is your feature request related to a problem? If so, please describe it.
I'd like to be able to gracefully shutdown the application, but the lack of StackdriverStatsExporter#unregister prevents this. It's also not possible to use in a container environment as this would fail on repeat deploy.
Describe the solution you'd like.
Similar to StackdriverTraceExporter#unregister allow the ability to unregister the singleton.
Is your feature request related to a problem? If so, please describe it.
I'd like to be able to gracefully shutdown the application, but the lack of
StackdriverStatsExporter#unregisterprevents this. It's also not possible to use in a container environment as this would fail on repeat deploy.Describe the solution you'd like.
Similar to
StackdriverTraceExporter#unregisterallow the ability to unregister the singleton.Describe alternatives you've considered.
N/A
Additional context.
N/A