envoy
envoy copied to clipboard
Add cluster stats for ORCA load reports processing in `Router::Filter`.
Adding cluster stat counters stats for ORCA load reports processing in Router::Filter:
- upstream_orca_lb_success - Host LB Policy callback success.
- upstream_orca_lb_error - Host LB Policy callback error.
- upstream_orca_lrs - ORCA load report added to LRS metrics.
Risk Level: LOW
Testing: bazel test //test/common/router:router_test
Docs Changes: None
As a reminder, PRs marked as draft will not be automatically assigned reviewers, or be handled by maintainer-oncall triage.
Please mark your PR as ready when you want it to be reviewed!
@adisuissa WDYT about adding some cluster metrics for ORCA load report processing in Router::Filter?