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

Add StackdriverExporterOptions to StackdriverExporter::Register(). #177

Closed
wants to merge 1 commit into from

Conversation

g-easy
Copy link
Contributor

@g-easy g-easy commented Sep 5, 2018

Use this to configure RPC deadlines and whether to block until
the exporter is connected.

Also change Register() to return a grpc::Status.

Use this to configure RPC deadlines and whether to block until
the exporter is connected.

Also change Register() to return a grpc::Status.
@g-easy
Copy link
Contributor Author

g-easy commented Sep 5, 2018

This addresses #175

@@ -277,11 +280,23 @@ void Handler::Export(

} // namespace

void StackdriverExporter::Register(absl::string_view project_id) {
grpc::Status StackdriverExporter::Register(
absl::string_view project_id, const StackdriverExporterOptions& opts) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bogdandrutu
Copy link

Is this PR still needed?

@g-easy
Copy link
Contributor Author

g-easy commented Sep 25, 2018

This work has stalled for now, but I intend to finish it. What's left to do is: wait for the exporter to connect and return a grpc::Status.

@g-easy g-easy closed this Oct 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants