-
Notifications
You must be signed in to change notification settings - Fork 363
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
Conversation
Signed-off-by: Dingkang Li <[email protected]>
Codecov ReportAttention: Patch coverage is
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. |
cc @arkodg - I think that this is another feature that will require Envoy 1.31 in EG 1.1. |
Signed-off-by: Dingkang Li <[email protected]>
/retest |
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!
/retest |
1 similar comment
/retest |
/retest |
it would be better to have an e2e test. |
What this PR does / why we need it:
Add formatter support for OpenTelemetry access logger
Which issue(s) this PR fixes:
Fixes #3570