Skip to content

Commit 43911eb

Browse files
adepkeAndrew Depke
andauthored
[Logpush] add limitation note about subrequest merging for latest CDN proxy (#30189)
* [Logpush] add limitation note about subrequest merging for latest CDN proxy * changed wording and converted limitation to note --------- Co-authored-by: Andrew Depke <adepke@cloudflare.com>
1 parent b336d72 commit 43911eb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/content/changelog/logs/2026-04-21-logpush-subrequests-merging.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ When a Cloudflare Worker intercepts a visitor request, it can dispatch additiona
1515
- A maximum of 50 subrequests are merged per parent request. Subrequests beyond this limit are passed through unmodified as individual log entries.
1616
- Subrequests must complete within 5 minutes of the visitor request. Subrequests that exceed this window are passed through unmodified.
1717
- Subrequests that do not qualify appear as separate log entries — no data is lost.
18+
- Subrequest merging is being gradually rolled out and is not yet available on all zones. Contact your account team for concerns or to ensure it is enabled for your zone.
1819
- For more information, refer to [Subrequests](/logs/logpush/logpush-job/subrequests/).

src/content/docs/logs/logpush/logpush-job/subrequests.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Subrequest merging is an opt-in feature on the http_requests dataset. With subre
3434
## Merging Eligibility
3535
- A maximum of 50 subrequests are merged per parent request. Subrequests beyond this limit are passed through unmodified as individual log entries.
3636
- Subrequests must complete within 5 minutes of the visitor request. Subrequests that exceed this window are passed through unmodified.
37+
:::note
38+
Subrequest merging is being gradually rolled out and is not yet available on all zones. Contact your account team for concerns or to ensure it is enabled for your zone.
39+
:::
3740

3841
## New log field
3942
When subrequest merging is enabled, a `Subrequests` field (`array<object>`) is added to each parent request log record. Each element in the array contains the standard http_requests fields for that subrequest.

0 commit comments

Comments
 (0)