envoy
envoy copied to clipboard
WIP: support endpoint level load stats reporting
Commit Message: support endpoint level load stats reporting Additional Description: reports endpoint level load stats when report_endpoint_granularity is set to true Risk Level: Low Testing: Unit & CI Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A [Optional Fixes #Issue] #35288
Hi @shreyasnahar, welcome and thank you for your contribution.
We will try to review your Pull Request as quickly as possible.
In the meantime, please take a look at the contribution guidelines if you have not done so already.
Please take a look at https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md and in particular the paragraph about force-pushing:
Once your PR is under review, please do not rebase it. If you rebase, you will need to force push to github, and github's user interface will force your reviewer to review the PR from scratch rather than simply look at your latest changes. It's much easier to review new commits and/or merges. We squash rebase the final merged commit so the number of commits you have in the PR don't matter. Again once your PR is assigned a reviewer, unless you need to fix DCO please do not force push. If you need to pull recent changes you can run
branch=$(git status|head -1|cut -f3 -d\ )
git checkout main
git pull
git checkout "$branch"
git merge main
/assign-from @envoyproxy/envoy-maintainers /wait
@envoyproxy/envoy-maintainers assignee is @jmarantz
/wait-any
@envoyproxy/senior-maintainers assignee is @mattklein123
I think this can now be merged. Can you please update the release note and we can merge this?