envoyproxy/envoy

Metric for requests with request hedging enabled

Open

#16,351 opened on May 5, 2021

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/httparea/statshelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: Metric for request hedging

Description: Looking at the source https://github.com/envoyproxy/envoy/blob/3e9b84809fbe78d0dd2c3c2e960aa2519505d251/source/common/router/router.cc#L240-L259 there doesn't appear to be a metric being emitted when request hedging is enabled. I'd like to have one there so I can tell how many requests it's been enabled for.

Contributor guide