Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace: Implement V2 API client #4415

Closed
2 tasks done
liyanhui1228 opened this issue Nov 17, 2017 · 0 comments
Closed
2 tasks done

Trace: Implement V2 API client #4415

liyanhui1228 opened this issue Nov 17, 2017 · 0 comments
Assignees
Labels
api: cloudtrace Issues related to the Cloud Trace API.

Comments

@liyanhui1228
Copy link
Contributor

liyanhui1228 commented Nov 17, 2017

As the Stackdriver Trace V2 API is launched, we need to implement client library to support using it.

Checklist for this issue:

After the Trace V2 API client library is available, calling from google.cloud import trace will by default using the V2 API. To use V1 API, one will need to explicitly import like this: from google.cloud.trace.v1 import Client.

@liyanhui1228 liyanhui1228 added the api: cloudtrace Issues related to the Cloud Trace API. label Nov 17, 2017
@liyanhui1228 liyanhui1228 self-assigned this Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudtrace Issues related to the Cloud Trace API.
Projects
None yet
Development

No branches or pull requests

1 participant