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 has been archived by the owner on Jul 31, 2023. It is now read-only.
Ideally, the Register method for the StackdriverExporter would return a Status object. Looking at the code, this may not be trivial to implement since the registration is actually handled in a separate thread. Even so, it would still be useful to allow client code to block until registration is complete (either successful or unsuccessful) and take some action based on the result.
The text was updated successfully, but these errors were encountered:
Ideally, the Register method for the StackdriverExporter would return a Status object. Looking at the code, this may not be trivial to implement since the registration is actually handled in a separate thread. Even so, it would still be useful to allow client code to block until registration is complete (either successful or unsuccessful) and take some action based on the result.
The text was updated successfully, but these errors were encountered: