redis: add a request time metric to redis upstream (#7890)

Signed-off-by: Nicolas Flacco <nflacco@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ ad10a97e16bcf9901f95b6ef5d079e12cc5c8b96
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 4d2452dc65
commit 6e51b1afad
  1. 4
      envoy/config/filter/network/redis_proxy/v2/redis_proxy.proto

@ -88,6 +88,10 @@ message RedisProxy {
// downstream unchanged. This limit defaults to 100.
google.protobuf.UInt32Value max_upstream_unknown_connections = 6;
// Enable per-command statistics per upstream cluster, in addition to the filter level aggregate
// count.
bool enable_command_stats = 8;
// ReadPolicy controls how Envoy routes read commands to Redis nodes. This is currently
// supported for Redis Cluster. All ReadPolicy settings except MASTER may return stale data
// because replication is asynchronous and requires some delay. You need to ensure that your

Loading…
Cancel
Save