Yanwei Guo
Yanwei Guo
I'm using OpenCensus Stackdriver exporter in a container running on GKE. I use `cloud.google.com/go/compute/metadata` to get the ProjectID and pass it to OpenCensus Stackdriver exporter. Sometimes I got following errors...
Actual: We call `createMeasure` before `createTimeSeries` when reporting metrics data. If `createMeasure` returns an error, the whole reporting process will fail. Expected: Drop the bad `View` data if `createMeasure` returns...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Part of https://github.com/hashicorp/terraform-provider-google/issues/12532. Adds `startup_probe` field to `google_cloud_run_service` resource for google beta provider. If this PR is for Terraform, I acknowledge that I have: - [X] Searched through the [issue...
For example: ``` // Update is a mock for the corresponding method. func (m *MockHealthChecks) Update(ctx context.Context, key *meta.Key, arg0 *ga.HealthCheck) error { if m.UpdateHook != nil { return m.UpdateHook(ctx,...