Cloudflare Observability

Diagnose Cloudflare Workers issues using logs, analytics, and tracing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/2Rds/block-drive-vault --skill cloudflare-observability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudflare Observability
Source: https://github.com/2Rds/block-drive-vault/tree/main/cloudflare-toolkit/skills/cloudflare-observability
Command: npx skills add https://github.com/2Rds/block-drive-vault --skill cloudflare-observability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers and operators diagnose and troubleshoot Cloudflare Workers and edge infrastructure by providing guided observability, logging, and debugging practices.

Core Features & Use Cases

  • Live logging: Tail production logs with Wrangler Tail and filter / format outputs.
  • Analytics & dashboards: Access and interpret Workers analytics to monitor performance and errors.
  • Error tracking & tracing: Centralize error logging and request tracing across routes.
  • Log exports & references: Push logs to external storage and reference Cloudflare observability tools.
  • Troubleshooting workflows: Step-by-step playbooks for common issues like timeouts, 4xx/5xx errors, and misconfigurations.

Quick Start

Use the skill to set up a live observability workflow for a Cloudflare Worker, including how to tail logs with Wrangler, enable error tracking, and review analytics dashboards.

Frequently Asked Questions about Cloudflare Observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug Cloudflare Workers errors in production?

Debug Cloudflare Workers errors by tailing production logs with Wrangler Tail, interpreting Workers analytics dashboards, and following structured troubleshooting playbooks for 4xx/5xx errors and timeouts.

What's the best way to set up observability for Cloudflare Workers?

Set up Cloudflare Workers observability by configuring live log tailing, enabling error tracking, building analytics dashboards, and implementing request tracing to monitor edge performance.

How does Logpush work for exporting Cloudflare Workers logs?

Logpush exports Cloudflare Workers logs to external storage, enabling centralized error logging and long-term retention for analyzing edge infrastructure issues.

Can I trace requests across multiple Cloudflare Workers routes?

Yes, you can trace requests across Cloudflare Workers routes by implementing structured logging and integrating error tracking to follow request flows through your edge infrastructure.

Why are my Cloudflare Workers timing out and how do I troubleshoot?

Troubleshoot Cloudflare Workers timeouts by using guided observability playbooks to analyze Wrangler Tail logs, review performance analytics, and identify misconfigurations causing latency.

Do I need Wrangler to view live logs for my Cloudflare Workers?

Yes, Wrangler Tail is required to stream and filter live production logs from Cloudflare Workers, enabling real-time debugging and issue reproduction at the edge.