**Top Section:** Overview - Service health: Green/Red status - Key metrics at a glance (requests/sec, latency, error rate)
Scanned 9/10/2026
Install to Claude Code
npx -y skills add snoodleboot-io/prompticorn --skill minimal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Minimal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snoodleboot-io-minimal-20cd19e7)More formats (shields.io, HTML) on the badges page.
# Grafana Dashboard Design (Minimal)
## Dashboard Layout
**Top Section:** Overview
- Service health: Green/Red status
- Key metrics at a glance (requests/sec, latency, error rate)
**Middle Section:** Details
- Time-series graphs
- Heatmaps for distribution
- Tables for lists
**Bottom Section:** Debugging
- Logs (if connected)
- Traces (if connected)
- Raw data tables
## Visualization Types
| Type | Use For | Example |
|------|---------|---------|
| Graph | Trends | CPU over time |
| Gauge | Current value | Memory % |
| Stat | Single number | 1,234 req/sec |
| Heatmap | Distribution | Latency percentiles |
| Table | Lists | Top errors |
| Logs | Debugging | Error messages |
## Key Metrics
```
RED Method for APIs:
- Rate: Requests per second
- Errors: Error rate %
- Duration: Latency p95
USE Method for Resources:
- Utilization: CPU/Memory %
- Saturation: Queue depth
- Errors: Failed operations
```
## Dashboard Example
```
┌─────────────────────────────────────────┐
│ API Service Health Dashboard │
├─────────────────────────────────────────┤
│ Status: ✓ HEALTHY │ Uptime: 99.95% │
├──────────────────┬──────────────────────┤
│ Requests/sec: 1234 │ Latency p95: 145ms │
│ Error rate: 0.08% │ Availability: 99.95% │
├──────────────┬──────────────┬───────────┤
│ Rate (5m) │ Error Rate │ Latency │
│ [GRAPH] │ [GRAPH] │ [GRAPH] │
├──────────────┴──────────────┴───────────┤
│ Top Errors │ Top Slowest Endpoints │
│ [TABLE] │ [TABLE] │
└─────────────────────────────────────────┘
```
## Best Practices
- ✅ Use consistent colors (green=good, red=bad)
- ✅ Add thresholds/alerts visually
- ✅ Include units (ms, %, req/sec)
- ❌ Don't clutter with too many panels (max 12)
- ❌ Don't use low-level metrics (use aggregates)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!