Skip to content

Commit b177d0c

Browse files
committed
Moved content under metrics heading
1 parent d0f8cc6 commit b177d0c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/docs/workers/observability/errors.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ Runtime errors will occur within the runtime, do not throw up an error page, and
231231
| `Memory limit`<br/>`would be exceeded`<br/> `before EOF` | Trying to read a stream or buffer that would take you over the [memory limit](/workers/platform/limits/#memory). |
232232
| `daemonDown` | A temporary problem invoking the Worker. |
233233

234-
### Response Stream Disconnected
235-
236-
A `responseStreamDisconnected` event `outcome` occurs when one end of the connection hangs up during the deferred proxying stage of a Worker request flow. This is regarded as an error for request metrics, and presents in logs as a non-error log entry. It commonly appears for longer lived connections such as WebSockets.
237-
238234
## Identify errors: Workers Metrics
239235

240236
To review whether your application is experiencing any downtime or returning any errors:
@@ -243,6 +239,8 @@ To review whether your application is experiencing any downtime or returning any
243239
2. In **Account Home**, select **Workers & Pages**.
244240
3. In **Overview**, select your Worker and review your Worker's metrics.
245241

242+
A `responseStreamDisconnected` event `outcome` occurs when one end of the connection hangs up during the deferred proxying stage of a Worker request flow. This is regarded as an error for request metrics, and presents in logs as a non-error log entry. It commonly appears for longer lived connections such as WebSockets.
243+
246244
## Debug exceptions
247245

248246
After you have identified your Workers application is returning exceptions, use `wrangler tail` to inspect and fix the exceptions.

0 commit comments

Comments
 (0)