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): Add formatter support for OpenTelemetry access logger #3597

Merged
merged 6 commits into from
Jun 16, 2024

Conversation

aoledk
Copy link
Contributor

@aoledk aoledk commented Jun 12, 2024

What this PR does / why we need it:

Add formatter support for OpenTelemetry access logger

Which issue(s) this PR fixes:

Fixes #3570

@aoledk aoledk requested a review from a team as a code owner June 12, 2024 11:12
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 8 lines in your changes missing coverage. Please review.

Project coverage is 68.26%. Comparing base (1059d93) to head (0e24497).

Files Patch % Lines
internal/xds/translator/accesslog.go 71.42% 4 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3597      +/-   ##
==========================================
- Coverage   68.30%   68.26%   -0.04%     
==========================================
  Files         169      169              
  Lines       20618    20646      +28     
==========================================
+ Hits        14083    14094      +11     
- Misses       5519     5530      +11     
- Partials     1016     1022       +6     

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

@guydc
Copy link
Contributor

guydc commented Jun 12, 2024

cc @arkodg - I think that this is another feature that will require Envoy 1.31 in EG 1.1.

@aoledk
Copy link
Contributor Author

aoledk commented Jun 13, 2024

cc @arkodg - I think that this is another feature that will require Envoy 1.31 in EG 1.1.

Yes, this feature in Envoy was merged into main branch last week by @zirain

@guydc
Copy link
Contributor

guydc commented Jun 13, 2024

/retest

Copy link
Contributor

@guydc guydc 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!

@guydc
Copy link
Contributor

guydc commented Jun 13, 2024

/retest

1 similar comment
@guydc
Copy link
Contributor

guydc commented Jun 13, 2024

/retest

@guydc
Copy link
Contributor

guydc commented Jun 13, 2024

/retest

@arkodg arkodg requested a review from zirain June 13, 2024 22:21
@zirain
Copy link
Member

zirain commented Jun 16, 2024

it would be better to have an e2e test.

@zirain zirain merged commit ed7e178 into envoyproxy:main Jun 16, 2024
23 checks passed
@aoledk aoledk deleted the otel-access-log-formatter branch June 17, 2024 01:54
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.

OpenTelemetry access logger support extension formatters
3 participants