Closed
Description
Title: HTTP CONNECT latency measurements
Description:
I'm using Envoy to act as a proxy server for long lived TCP connections. The way this works is our client sends an HTTP CONNECT to our proxy. When the response is returned, we keep the connection open. From what I can see, our downstream_rq_time
metric measures the life of the connection, not when the request is received by the client. Is this expected? Are there any recommendations for measuring latency in cases where connections live for hours or days like this?
[optional Relevant Links:]
- Emitting metrics for TCP round trip time #39136 - a question on measuring RTT