996 B
996 B
description
| description |
|---|
| Monitor and analyze error rates |
Error Rate Monitor
Set up comprehensive error rate monitoring and alerting.
Monitoring Areas
- HTTP Errors: 4xx and 5xx response tracking
- Application Exceptions: Unhandled exception monitoring
- Database Errors: Query failures and timeouts
- External API Errors: Third-party service failures
- Background Job Errors: Async task failures
- Client-Side Errors: Frontend error tracking
Process
- Analyze application architecture and error sources
- Identify critical error scenarios
- Design error tracking strategy
- Create monitoring configuration
- Define alert thresholds and escalation
- Generate implementation guide
Output
Provide:
- Error monitoring setup (Sentry, Rollbar, CloudWatch, etc.)
- Error categorization and tagging strategy
- Alert rule definitions with thresholds
- Dashboard configuration for error tracking
- Error budget calculations
- Incident response guidelines