forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: Add total_issued_requests to Upstream Locality and Endpoint Stat…
…s. (envoyproxy#6692) total_issued_requests field tracks the count of requests issued since the last report. This field will be used for global load balancing decisions. Envoy maintains a stats counter rq_total to track total requests made. By latching this counter when load reporting period begins, we are able to count the total requests issued in a load reporting interval. This information is then used to populate the field total_issued_requests. Risk Level: Low Testing: //test/integration:load_stats_reporter passes. Signed-off-by: Karthik Reddy <rekarthik@google.com> Signed-off-by: Jeff Piazza <jeffpiazza@google.com>
- Loading branch information
1 parent
dbbd2cb
commit 9e84724
Showing
4 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters