Dingkang Li
Dingkang Li
@arkodg I want to pick up this issue opened by myself. (`shuji-2019` is me too)
> this reminder should take a look if open telemetry access logger support this formatter. I've checked Envoy docs about access log, it's not an option to set formatter for...
> but `CEL` `METADATA` should work on it. I need to validate whether `CEL` or `METADATA` works with open telemetry access log under specific envoy configs. I'll updated when it's...
When `CEL` or `METADATA` or `REQ_WITHOUT_QUERY` is configured in open telemetry access log, Envoy will panic [^1] with error `Not supported field in StreamInfo: CEL` or `Not supported field in...
@alexwo You closed this PR in favor of @arkodg 's suggestion (https://github.com/envoyproxy/gateway/issues/2810#issuecomment-1981979019) to use longer `initialDelaySeconds` ?
> So what you're looking for is to update the [EnvoyGatewayExtension](https://github.com/envoyproxy/gateway/blob/main/proto/extension/service.proto#L20) interface and add an additional method? Yes, additional method is used to control filter chain translated from Gateway listener,...