Files
gh-greyhaven-ai-claude-code…/skills/observability-monitoring/reference/INDEX.md
2025-11-29 18:29:23 +08:00

33 lines
944 B
Markdown

# Observability Reference
Configuration references and patterns for Cloudflare Workers monitoring.
## Available References
### [cloudflare-metrics.md](cloudflare-metrics.md)
Available Cloudflare Workers metrics.
- Workers Analytics metrics
- Analytics Engine metrics
- Health check metrics
- Performance metrics (CPU time, response time)
### [wrangler-commands.md](wrangler-commands.md)
Wrangler CLI commands for monitoring.
- wrangler tail reference
- Log filtering options
- Output formatting
- Common command patterns
### [alert-configuration.md](alert-configuration.md)
Setting up alerts and notifications.
- Cloudflare health check alerts
- Email notifications
- Webhook integration
- Alert thresholds
## Quick Reference
**Need metrics?** → [cloudflare-metrics.md](cloudflare-metrics.md)
**Need CLI commands?** → [wrangler-commands.md](wrangler-commands.md)
**Need alerts?** → [alert-configuration.md](alert-configuration.md)