envoy icon indicating copy to clipboard operation
envoy copied to clipboard

WIP: support endpoint level load stats reporting

Open shreyasnahar opened this issue 6 months ago • 5 comments

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

shreyasnahar avatar May 08 '25 16:05 shreyasnahar

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.

:cat:

Caused by: https://github.com/envoyproxy/envoy/pull/39406 was opened by shreyasnahar.

see: more, trace.

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

jmarantz avatar May 12 '25 12:05 jmarantz

/assign-from @envoyproxy/envoy-maintainers /wait

kyessenov avatar May 15 '25 18:05 kyessenov

@envoyproxy/envoy-maintainers assignee is @jmarantz

:cat:

Caused by: a https://github.com/envoyproxy/envoy/pull/39406#issuecomment-2884668373 was created by @kyessenov.

see: more, trace.

/wait-any

adisuissa avatar Jun 11 '25 14:06 adisuissa

@envoyproxy/senior-maintainers assignee is @mattklein123

:cat:

Caused by: a https://github.com/envoyproxy/envoy/pull/39406#pullrequestreview-2971335910 was submitted by @adisuissa.

see: more, trace.

I think this can now be merged. Can you please update the release note and we can merge this?

adisuissa avatar Jul 24 '25 19:07 adisuissa