36 lines
1018 B
Markdown
36 lines
1018 B
Markdown
---
|
|
description: Create APM monitoring dashboards
|
|
---
|
|
|
|
# APM Dashboard Creator
|
|
|
|
Create comprehensive Application Performance Monitoring dashboards.
|
|
|
|
## Dashboard Components
|
|
|
|
1. **Golden Signals**: Latency, traffic, errors, saturation
|
|
2. **Request Metrics**: Request rate, response times, status codes
|
|
3. **Resource Utilization**: CPU, memory, disk, network
|
|
4. **Database Metrics**: Query performance, connection pools
|
|
5. **Cache Metrics**: Hit rates, memory usage
|
|
6. **Business Metrics**: Key performance indicators
|
|
7. **Error Tracking**: Error rates and types
|
|
|
|
## Process
|
|
|
|
1. Identify application technology stack
|
|
2. Determine critical metrics to monitor
|
|
3. Design dashboard layout and visualizations
|
|
4. Create dashboard configuration (Grafana, Datadog, New Relic, etc.)
|
|
5. Define alert thresholds
|
|
6. Generate setup instructions
|
|
|
|
## Output
|
|
|
|
Provide:
|
|
- Dashboard configuration files (JSON/YAML)
|
|
- Metric query definitions
|
|
- Visualization recommendations
|
|
- Alert rule configurations
|
|
- Setup and deployment instructions
|