From 9f87937b171ed907a05f2e8a01b9dce9a1ad2b2a Mon Sep 17 00:00:00 2001 From: Mark Dembo Date: Mon, 2 Dec 2024 19:09:08 +0100 Subject: [PATCH 1/2] [Workers] Clarify scope of tail workers --- src/content/docs/workers/observability/logs/tail-workers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/observability/logs/tail-workers.mdx b/src/content/docs/workers/observability/logs/tail-workers.mdx index dd44434b4af2fd0..761f1feff6657d8 100644 --- a/src/content/docs/workers/observability/logs/tail-workers.mdx +++ b/src/content/docs/workers/observability/logs/tail-workers.mdx @@ -17,7 +17,7 @@ Tail Workers are available to all customers on the Workers Paid and Enterprise t ![Tail Worker diagram](~/assets/images/workers/platform/tail-workers.png) -A Tail Worker is automatically invoked after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. You can filter, change the format of the data and send events to any HTTP endpoint. For quick debugging, Tail Workers can be used to send logs to [KV](/kv/api/) or any database. +A Tail Worker is automatically invoked after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. Events throughout the request lifecycle including potential sub-requests via [Service Bindings](/workers/runtime-apis/bindings/service-bindings/) and [Dynamic Dispatch](/cloudflare-for-platforms/workers-for-platforms/get-started/configuration/) will be included. You can filter, change the format of the data and send events to any HTTP endpoint. For quick debugging, Tail Workers can be used to send logs to [KV](/kv/api/) or any database. ## Configure Tail Workers From b3e62e62aedc5fcc158a642aa287cbfa657186ac Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Mon, 6 Jan 2025 14:32:09 +0000 Subject: [PATCH 2/2] Update src/content/docs/workers/observability/logs/tail-workers.mdx --- src/content/docs/workers/observability/logs/tail-workers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/observability/logs/tail-workers.mdx b/src/content/docs/workers/observability/logs/tail-workers.mdx index 761f1feff6657d8..4bc84300502b70e 100644 --- a/src/content/docs/workers/observability/logs/tail-workers.mdx +++ b/src/content/docs/workers/observability/logs/tail-workers.mdx @@ -17,7 +17,7 @@ Tail Workers are available to all customers on the Workers Paid and Enterprise t ![Tail Worker diagram](~/assets/images/workers/platform/tail-workers.png) -A Tail Worker is automatically invoked after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. Events throughout the request lifecycle including potential sub-requests via [Service Bindings](/workers/runtime-apis/bindings/service-bindings/) and [Dynamic Dispatch](/cloudflare-for-platforms/workers-for-platforms/get-started/configuration/) will be included. You can filter, change the format of the data and send events to any HTTP endpoint. For quick debugging, Tail Workers can be used to send logs to [KV](/kv/api/) or any database. +A Tail Worker is automatically invoked after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. Events throughout the request lifecycle, including potential sub-requests via [Service Bindings](/workers/runtime-apis/bindings/service-bindings/) and [Dynamic Dispatch](/cloudflare-for-platforms/workers-for-platforms/get-started/configuration/), will be included. You can filter, change the format of the data, and send events to any HTTP endpoint. For quick debugging, Tail Workers can be used to send logs to [KV](/kv/api/) or any database. ## Configure Tail Workers