Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

No way to tell if StackdriverExporter::Register was successful #175

Open
arfaian opened this issue Sep 2, 2018 · 0 comments
Open

No way to tell if StackdriverExporter::Register was successful #175

arfaian opened this issue Sep 2, 2018 · 0 comments

Comments

@arfaian
Copy link

arfaian commented Sep 2, 2018

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.

g-easy added a commit to g-easy/opencensus-cpp that referenced this issue Nov 23, 2018
Make this non-breaking change to the API now, so we can use it
to implement census-instrumentation#175
later.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant