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

Add support for Google's AppEngine Standard #989

Open
bogdandrutu opened this issue Feb 9, 2018 · 5 comments
Open

Add support for Google's AppEngine Standard #989

bogdandrutu opened this issue Feb 9, 2018 · 5 comments

Comments

@bogdandrutu
Copy link
Contributor

Add a contrib package/artifact that allows users to interact with AppEngine trace context.

See something similar here:
https://github.com/GoogleCloudPlatform/cloud-trace-java/tree/master/services/appengine-standard-service

What should be provided:

  • Encode/Decode to "com.google.apphosting.api.CloudTraceContext".
  • Interaction with the appengine context "com.google.apphosting.api.CloudTrace". This may be hard because the opencensus uses grpc.Context and may require some non trivial changes.
@sebright
Copy link
Contributor

sebright commented Apr 9, 2018

/cc @dinooliva

@bogdandrutu
Copy link
Contributor Author

The interaction with the com.google.apphosting.api.CloudTrace can be done via io.grpc.Context.Storage. Investigating that option now.

@songy23
Copy link
Contributor

songy23 commented Jun 12, 2018

Should this issue be closed via #1214?

@sebright
Copy link
Contributor

#1214 only implemented the first bullet point.

@jaycarlton
Copy link

Hi, I'm not sure if this is the place to ask this, but is OpenCensus supported in AppEngine Standard for stats monitoring? I saw this page, but wasn't sure if it was up-to-date.

I've been using it for a while in that environment with partial success. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants