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

feat(translator): implement access log types #4341

Merged
merged 11 commits into from
Oct 10, 2024

Conversation

guydc
Copy link
Contributor

@guydc guydc commented Sep 26, 2024

Which issue(s) this PR fixes:
Fixes #3600

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 95.45455% with 2 lines in your changes missing coverage. Please review.

Project coverage is 65.82%. Comparing base (ae6787e) to head (bc43906).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/xds/translator/accesslog.go 90.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4341      +/-   ##
==========================================
+ Coverage   65.71%   65.82%   +0.10%     
==========================================
  Files         200      200              
  Lines       24141    24171      +30     
==========================================
+ Hits        15865    15911      +46     
+ Misses       7140     7126      -14     
+ Partials     1136     1134       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@guydc guydc marked this pull request as ready for review September 26, 2024 21:47
@guydc guydc requested a review from a team as a code owner September 26, 2024 21:47
Signed-off-by: Guy Daich <[email protected]>
zirain
zirain previously approved these changes Oct 4, 2024
@guydc guydc requested review from arkodg and zirain October 9, 2024 23:28
@@ -0,0 +1,2 @@
- ignorePortInHostMatching: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add a valid xds ir route value so this gets populated properly

Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks !

@arkodg arkodg requested review from a team October 10, 2024 05:13
@guydc guydc merged commit 4313fd6 into envoyproxy:main Oct 10, 2024
27 checks passed
juwon8891 pushed a commit to juwon8891/gateway that referenced this pull request Oct 22, 2024
* impl: access log types

Signed-off-by: Guy Daich <[email protected]>

* clarify docs

Signed-off-by: Guy Daich <[email protected]>

* add note on default settings override

Signed-off-by: Guy Daich <[email protected]>

* support default log re-enablement

Signed-off-by: Guy Daich <[email protected]>

* fix xds test to contain route

Signed-off-by: Guy Daich <[email protected]>

---------

Signed-off-by: Guy Daich <[email protected]>
Co-authored-by: zirain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Listener Access Logging
3 participants