Skip to content

feat: upstream access log#8397

Merged
zirain merged 8 commits intoenvoyproxy:mainfrom
zirain:upstream-access-log
Mar 23, 2026
Merged

feat: upstream access log#8397
zirain merged 8 commits intoenvoyproxy:mainfrom
zirain:upstream-access-log

Conversation

@zirain
Copy link
Copy Markdown
Member

@zirain zirain commented Mar 4, 2026

fixes: #7780

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 4, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit abfa522
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69bcf64564655500082d0652

@zirain zirain changed the title Upstream access log feat: upstream access log Mar 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 80.00000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.14%. Comparing base (ffceb4f) to head (abfa522).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
internal/xds/translator/translator.go 25.00% 1 Missing and 2 partials ⚠️
internal/xds/translator/httpfilters.go 60.00% 1 Missing and 1 partial ⚠️
internal/xds/translator/listener.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8397      +/-   ##
==========================================
- Coverage   74.14%   74.14%   -0.01%     
==========================================
  Files         242      242              
  Lines       37669    37764      +95     
==========================================
+ Hits        27929    27999      +70     
- Misses       7783     7810      +27     
+ Partials     1957     1955       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zirain zirain marked this pull request as ready for review March 4, 2026 14:05
@zirain zirain requested a review from a team as a code owner March 4, 2026 14:05
@zirain zirain force-pushed the upstream-access-log branch 2 times, most recently from 24f8bbd to 3999388 Compare March 9, 2026 08:04
@zirain zirain added this to the v1.8.0-rc.1 Release milestone Mar 19, 2026
zirain added 6 commits March 19, 2026 13:23
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain force-pushed the upstream-access-log branch from 3999388 to 8f06944 Compare March 19, 2026 05:28
Comment thread internal/xds/filters/wellknown.go Outdated
Comment thread internal/xds/filters/wellknown.go Outdated
Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain force-pushed the upstream-access-log branch from 6389e48 to 5a740f5 Compare March 19, 2026 08:11
@zirain zirain requested a review from zhaohuabing March 20, 2026 01:29
Signed-off-by: zirain <zirain2009@gmail.com>
Copy link
Copy Markdown
Member

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

@zhaohuabing zhaohuabing requested a review from a team March 23, 2026 02:26
ProxyAccessLogTypeRoute ProxyAccessLogType = "Route"

// ProxyAccessLogTypeUpstream defines the accesslog for upstream.
ProxyAccessLogTypeUpstream ProxyAccessLogType = "Upstream"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thoughts on calling this Backend to map closer to EG / Gateway API terminology or Upstream to map closer to Envoy Proxy terminology ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Backend is tied to Backend API or BackendRef or BackendTrafficPolicy
since its the EnvoyProxy API, so more envoy proxy native nouns are okay here

@zirain zirain merged commit dd0c09f into envoyproxy:main Mar 23, 2026
60 of 62 checks passed
@zirain zirain deleted the upstream-access-log branch March 23, 2026 03:22
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.

Data Plane Logging: Native support for Upstream Access Logs

3 participants