envoyproxy / xds-relay

Caching, aggregation, and relaying for xDS compliant clients and origin servers
Apache License 2.0
131 stars 29 forks source link

Verbose cache #208

Closed samrabelachew closed 3 years ago

samrabelachew commented 3 years ago

Per https://github.com/envoyproxy/xds-relay/issues/144, made cache handler have a verbose/succinct output. Default is to run succinctly. If URL contains parameter verbose=true, it will run the original verbose method, including all request metadata. Otherwise, it will return the number of requests in its place.

Signed-off-by: Samra Belachew sbelachew@lyft.com

samrabelachew commented 3 years ago

@jyotimahapatra @jessicayuen

jessicayuen commented 3 years ago

@samrabelachew can you merge in the conflicts when you get the chance and I'll relook at this?