envoy.http.downstream.connection.active
Active downstream HTTP connectionsDimensions:None
Interface Metrics (3)
Dimensions:None
Dimensions:None
Native
Current number of active HTTP connections from downstream clientsDimensions:None
Sources
Technical Annotations (7)
Configuration Parameters (1)
envoy.reloadable_features.http2_use_oghttp2recommended: falseCLI Commands (2)
kubectl exec deploy/my-service -c istio-proxy -- pilot-agent request GET stats | grep "downstream_cx_active\|upstream_cx_active"diagnostickubectl exec deploy/my-service -c istio-proxy -- pilot-agent request GET stats | grep "downstream_cx_total\|upstream_cx_total"diagnosticTechnical References (4)
flow control windowconceptDATA framesprotocologhttp2componentQUICHEcomponentRelated Insights (3)
High active connection count indicates connection leakswarning
▸
Active connection spikes indicate load balancer misconfigurationwarning
▸
HTTP/2 flow control window leak with DATA frame padding causes connection deadlockcritical
▸