Skip to content

Conversation

@Inode1
Copy link
Contributor

@Inode1 Inode1 commented Nov 3, 2025

What type of PR is this?

What this PR does / why we need it:

Currently, Envoy Gateway configures the HTTP listener with UuidRequestIdConfig and pack_trace_reason set to true by default. This changes the generated x-request-id format from UUID v8 to UUID v4.

Add options to settings requestidextension in CTP

Which issue(s) this PR fixes:

Fixes #6750

Release Notes: Yes/No

@Inode1 Inode1 requested a review from a team as a code owner November 3, 2025 15:25
@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.34%. Comparing base (9935819) to head (c5b435d).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7421      +/-   ##
==========================================
+ Coverage   72.28%   72.34%   +0.06%     
==========================================
  Files         231      231              
  Lines       33999    34025      +26     
==========================================
+ Hits        24576    24617      +41     
+ Misses       7652     7635      -17     
- Partials     1771     1773       +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.

@Inode1
Copy link
Contributor Author

Inode1 commented Nov 3, 2025

/retest

1 similar comment
@Inode1
Copy link
Contributor Author

Inode1 commented Nov 4, 2025

/retest

Signed-off-by: i.makarychev <[email protected]>
Signed-off-by: i.makarychev <[email protected]>
@Inode1 Inode1 force-pushed the feat-request-id-extension branch from c163766 to c5b435d Compare November 4, 2025 15:27
@Inode1
Copy link
Contributor Author

Inode1 commented Nov 4, 2025

/retest

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.

Add opt-out UuidRequestIdConfig in HCM to prevent x-request-id modifications

1 participant