Rules - Worker execution timing field now available in Rules
3mo ago
Source
CloudflareRules - Worker execution timing field now available in Rulescloudflare.comThe cf.timings.worker_msec field is now available in the Ruleset Engine. This field reports the wall-clock time that a Cloudflare Worker spent handling a request, measured in milliseconds. You can use this field to identify slow Worker executions, detect performance regressions, or build rules that respond differently based on Worker processing time, such as logging requests that exceed a latency threshold. Field details Field Type Description cf.timings.worker_msec Integer The time spent executing a Cloudflare Worker in milliseconds. Returns 0 if no Worker was invoked. Example filter expression: cf.timings.worker_msec > 500 For more information, refer to the Fields reference .

Comments
Sign in to join the conversation.
No comments yet. Be the first.