Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE Expose disable dynamic stats (#9260) #9279

Open
wants to merge 1 commit into
base: v1.15.18-branch
Choose a base branch
from

Conversation

ashishb-solo
Copy link
Contributor

  • Very rough implementation before protogen

  • Run make generate-all. https://xkcd.com/499/

  • Regenerate code with correct version of protoc

  • Cleaner implementation of setting dynamic_stats

  • Add a test to set both options on the router

dynamic_stats and suppress_envoy_headers can both be set in this test

  • Clean up the unit tests in a big way

  • A little more clean-up

  • Update changelog

  • Update changelog wording

  • Move router tests to separate file

  • Remove more redundant code in the table tests

  • Remove focus

  • Add TODO to address creating a new router plugin

  • Re-run codegen

  • Use HttpListener translator and fix table name


Description

Please include a high level summary of the changes.

This bug fixes ... \ This new feature can be used to ...

Fill out any of the following sections that are relevant and remove the others

API changes

  • Added x field to y resource
  • ...

Code changes

  • Fix error in Foo() function
  • Add Bar() function
  • ...

CI changes

  • Adjusted schedule for x job
  • ...

Docs changes

  • Added guide about feature x to public docs
  • Updated README to account for y behavior
  • ...

Context

Users ran into this bug doing ... \ Users needed this feature to ...

See slack conversation here

Interesting decisions

We chose to do things this way because ...

Testing steps

I manually verified behavior by ...

Notes for reviewers

Be sure to verify intended behavior by ...

Please proofread comments on ...

This is a complex PR and may require a huddle to discuss ...

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

* Very rough implementation before protogen

* Run `make generate-all`. https://xkcd.com/499/

* Regenerate code with correct version of protoc

* Cleaner implementation of setting dynamic_stats

* Add a test to set both options on the router

dynamic_stats and suppress_envoy_headers can both be set in this test

* Clean up the unit tests in a big way

* A little more clean-up

* Update changelog

* Update changelog wording

* Move router tests to separate file

* Remove more redundant code in the table tests

* Remove focus

* Add TODO to address creating a new router plugin

* Re-run codegen

* Use HttpListener translator and fix table name

---------

Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
@ashishb-solo ashishb-solo requested a review from a team as a code owner March 27, 2024 16:18
@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Mar 27, 2024
@sam-heilbron sam-heilbron added work in progress signals bulldozer to keep pr open (don't auto-merge) and removed keep pr updated signals bulldozer to keep pr up to date with base branch labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress signals bulldozer to keep pr open (don't auto-merge)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants