We should improve the way that we log requests in Istio, to have something like the ORES dashboard with access logs etc..
Moreover, we should clear some log-spam. For some reason, the istio gateways on ml-serve clusters emit the following warning over and over:
2022-02-02T07:54:39.796130Z warning envoy misc Deprecated field: type envoy.config.cluster.v3.Cluster Using deprecated option 'envoy.config.cluster.v3.Cluster.http2_protocol_options' from file cluster.proto. This configuration will be removed from Envoy soon. Please see https://www.envoyproxy.io/docs/envoy/latest/version_history/version_history for details. If continued use of this field is absolutely necessary, see https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime#using-runtime-overrides-for-deprecated-features for how to apply a temporary and highly discouraged override.
I don't see the same warning for the ServiceOps' staging codfw cluster, so it may be something specific to the ML configuration. It would be nice to get rid of these logs, they are very annoying to read when debugging issues.