observability-monitoring

Implement Cloudflare Workers observability with wrangler tail and health checks.

29|4|Updated Aug 10, 2025
One-click install
npx skills add https://github.com/greyhaven-ai/claude-code-config --skill observability-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-monitoring
Source: https://github.com/greyhaven-ai/claude-code-config/tree/main/grey-haven-plugins/observability/skills/observability-monitoring
Command: npx skills add https://github.com/greyhaven-ai/claude-code-config --skill observability-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the complexity of setting up production monitoring for Cloudflare Workers applications, giving you instant visibility into performance and errors without manual configuration.

Core Features & Use Cases

  • Real-time Log Streaming: Monitor production logs live with wrangler tail filters and exports
  • Structured Error Tracking: Automatically capture and analyze errors with full context
  • Health Check Automation: Set up comprehensive health monitoring for databases and services
  • Use Case: When your production API suddenly experiences errors, use this Skill to immediately stream error logs, identify the failing component, and track error rates over time

Quick Start

Set up monitoring for my Cloudflare Worker by implementing structured logging and health checks using the provided templates.

Frequently Asked Questions about observability-monitoring

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

FAQPage Schema
How do I set up monitoring for Cloudflare Workers applications?

Monitoring for Cloudflare Workers involves implementing structured logging with wrangler tail for real-time log streaming, configuring health check endpoints for your services and databases, and enabling custom analytics events. This Skill provides templates to automate the entire setup process without manual configuration.

What's the best way to stream and filter production logs from Cloudflare Workers?

Use wrangler tail to stream logs live from your Workers in production. This Skill shows how to configure tail filters, export logs for analysis, and structure logging output so you can immediately identify errors and track failure patterns across deployments.

How do I track errors and performance metrics across Cloudflare Workers?

Implement structured error tracking by capturing exceptions with full context and sending custom analytics events to Cloudflare's analytics system. This Skill automates error collection and metrics dashboards so you can monitor performance and diagnose issues in real time.

Can I set up health checks for databases and services running on Cloudflare Workers?

Yes. This Skill provides health check endpoint templates that automatically monitor the availability and responsiveness of your databases and dependent services. Health checks integrate with Cloudflare's ecosystem for comprehensive production visibility.

When should I use wrangler tail instead of traditional log aggregation?

Wrangler tail is optimal for real-time debugging during development and immediate incident response in production. It streams logs directly from your Workers without external dependencies, making it ideal for quick troubleshooting before sending logs to persistent analytics or dashboards.

What do I need to configure before setting up monitoring for my Worker?

You need an active Cloudflare Workers project, wrangler CLI installed, and access to your Worker's environment. This Skill handles the rest: it automates structured logging setup, health check configuration, and analytics event integration across your Cloudflare deployment.