Skip to content

Commit f956da7

Browse files
Hyperlint Automation Fix
1 parent 7ff3ad0 commit f956da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/analytics/account-and-zone-analytics/analytics-with-workers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ title: Cloudflare analytics with Workers
77

88
Learn how Cloudflare analytics tracks requests made by [Cloudflare Workers](/workers/).
99

10-
## What is a subrequest?
10+
## What is a subrequest
1111

12-
With a no-op Worker (a Worker that simply proxies traffic by passing on the original client request to the origin and proxying the response) running on a particular route, the request to the origin is counted as a subrequest, separate from initial client to edge request. Thus, unless the Worker responds with a static response and never hits an origin, the eyeball → edge request, and edge → origin request will each be counted separately towards the request or bandwidth count in Analytics.  Subrequests are not included in the **Requests** or **Bandwidth** graphs of the Cloudflare **Analytics** app.
12+
With a no-op Worker (a Worker that simply proxies traffic by passing on the original client request to the origin and proxying the response) running on a particular route, the request to the origin is counted as a 'subrequest', separate from initial client to edge request. Thus, unless the Worker responds with a static response and never hits an origin, the eyeball → edge request, and edge → origin request will each be counted separately towards the request or bandwidth count in Analytics. Subrequests are not included in the **Requests** or **Bandwidth** graphs of the Cloudflare **Analytics** app.
1313

1414
***
1515

@@ -29,7 +29,7 @@ For a breakdown of subrequest traffic (origin facing traffic), you may go to the
2929

3030
## FAQ
3131

32-
**Why dont I have any analytics for Workers?**
32+
**Why don't I have any analytics for Workers?**
3333

3434
* If you are not currently using Workers (don’t have Workers deployed on any routes or filters), we will not have any information to show you.
3535
* If your Worker sends a static response back to the client without ever calling fetch() to an origin, you are not making any subrequests, thus, all traffic will be shown in zone Analytics

0 commit comments

Comments
 (0)