Teju Nareddy
Teju Nareddy
/test all
/test ESPv2-gke-e2e-http-bookstore-managed
/test ESPv2-gke-e2e-http-bookstore-managed
/test ESPv2-build
Users can specify a health check endpoint in ESPv2 using the `--healthz` flag. - [Documentation](https://cloud.google.com/endpoints/docs/openapi/specify-esp-v2-startup-options#debugging). - Example: `--healthz check` will generate a method `GET /check` with tracing operation name `ingress...
Thanks, creating a wrapper sampler makes sense. I'll take a look into if/when Envoy calls update and if it can be removed.
The problem is that when HCM config is created, the tracing operation name is decided as `ingress` for all requests. So every request will have the same name when the...
Agreed it is a useful feature. I previously investigated and found there are some blockers in the underlying tracing library ESPv2/Envoy use (OpenCensus). This will likely be continue being blocked...
+1 to the response above. In general, Google APIs prefer to use API keys to identify the client application and ID tokens to identify the user. While you can use...
> BTW, for CORS, it only rejects the preflight OPTIONS requests if origin doesn't match. For other http methods, e.g. POST, it will not reject, it just not append these...