All skills
Skillintermediate
setup monitoring
Set up monitoring and alerting for application and infrastructure metrics.
Claude Code Knowledge Pack7/10/2026
Overview
Set up monitoring and alerting for application and infrastructure metrics.
Steps
- Define what to monitor:
- Choose the monitoring stack:
- Instrument the application:
- Configure alerting rules:
- Set up notification channels:
- Create runbooks for each alert.
- Test the monitoring by simulating failure scenarios.
Format
Monitoring: <service name>
Stack: <tools used>
Metrics:
- <metric name>: <type> (<threshold>)
Rules
- Alert on symptoms (error rate), not causes (CPU usage).
- Every alert must have a runbook with resolution steps.
- Avoid alert fatigue: only alert on actionable conditions.