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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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 94.59459% with 2 lines in your changes missing coverage. Please review.

Project coverage is 65.79%. Comparing base (0f4cb27) to head (ed7b3dc).

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.72%   65.79%   +0.06%     
==========================================
  Files         200      200              
  Lines       24125    24148      +23     
==========================================
+ Hits        15856    15887      +31     
+ Misses       7135     7126       -9     
- Partials     1134     1135       +1     

☔ 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]>
telemetry:
accessLog:
settings:
- type: Listener
Copy link
Contributor

Choose a reason for hiding this comment

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

so this is a override style setting ? i.e. since a Route type is not defined, the define Route AccessLog setting is applied ?

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