-
Notifications
You must be signed in to change notification settings - Fork 347
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
Conversation
Codecov ReportAttention: Patch coverage is
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. |
internal/xds/translator/testdata/in/xds-ir/accesslog-als-tcp.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
@@ -0,0 +1,2 @@ | |||
- ignorePortInHostMatching: true |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
* 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]>
Which issue(s) this PR fixes:
Fixes #3600