Skip to content

Commit c2c8e5f

Browse files
authored
[Workers] Update metrics-and-analytics.mdx (#29020)
Hello team, For further info and docs on HTTP Status Codes. https://developers.cloudflare.com/support/troubleshooting/http-status-codes/ Thanks.
1 parent ac33144 commit c2c8e5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/workers/observability/metrics-and-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { GlossaryTooltip, DashButton, Steps } from "~/components";
1212

1313
There are two graphical sources of information about your Workers traffic at a given time: Workers metrics and zone-based Workers analytics.
1414

15-
Workers metrics can help you diagnose issues and understand your Workers' workloads by showing performance and usage of your Workers. If your Worker runs on a route on a zone, or on a few zones, Workers metrics will show how much traffic your Worker is handling on a per-zone basis, and how many requests your site is getting.
15+
Workers metrics can help you diagnose issues and understand your Workers' workloads by showing the performance and usage of your Workers. If your Worker runs on a route on a zone, or on a few zones, Workers metrics will show how much traffic your Worker is handling on a per-zone basis, and how many requests your site is getting.
1616

1717
Zone analytics show how much traffic all Workers assigned to a zone are handling.
1818

@@ -91,7 +91,7 @@ To review invocation statuses:
9191

9292
</Steps>
9393

94-
Worker invocation statuses indicate whether a Worker executed successfully or failed to generate a response in the Workers runtime. Invocation statuses differ from HTTP status codes. In some cases, a Worker invocation succeeds but does not generate a successful HTTP status because of another error encountered outside of the Workers runtime. Some invocation statuses result in a [Workers error code](/workers/observability/errors/#error-pages-generated-by-workers) being returned to the client.
94+
Worker invocation statuses indicate whether a Worker executed successfully or failed to generate a response in the Workers runtime. Invocation statuses differ from [HTTP status codes](/support/troubleshooting/http-status-codes/). In some cases, a Worker invocation succeeds but does not generate a successful HTTP status because of another error encountered outside of the Workers runtime. Some invocation statuses result in a [Workers error code](/workers/observability/errors/#error-pages-generated-by-workers) being returned to the client.
9595

9696
| Invocation status | Definition | Workers error code | GraphQL field |
9797
| ---------------------- | ---------------------------------------------------------------------------- | ------------------ | ---------------------- |

0 commit comments

Comments
 (0)