Rohin Lohe @rohin.dev ยท Dec 14

real-time logs for cloudflare workers has a new look ๐Ÿ‘€ you can now search and filter your real-time logs the same way you do with workers logs. here's a bit on how the Workers Observability team (h/t Maksym Makuch) built this (1/3)

8 likes 1 replies

?

Replies

Rohin Lohe ยท Dec 14

configuration plane: when a user enables real-time logs, we set the customer's filters in a durable object that's sharded by customer script ID and account ID. a tail worker monitors this durable object and creates an RpcTarget in a separate worker. (2/3)