How sentiment powers triage
Sentiment turns the dashboard into a focus list. Every KPI is sorted into one of three states you can filter on:- Performing - comfortably inside the good band.
- Needs Attention - has breached the band you set. This is where to act.
- Stable - within range, or an informational card with no good/bad direction.
| Card | Direction | Good | Bad | Unit |
|---|---|---|---|---|
| Apdex Score | Higher is better | 0.94 | 0.7 | Number |
| Avg Response Time | Lower is better | 200 | 1000 | duration_ms |
| Error Rate | Lower is better | 0.5 | 2 | % |
| Throughput (req/min) | Watch for drops | 0 | -30 | Count |
| p95 Latency | Lower is better | 200 | 1000 | duration_ms |
| p99 Latency | Lower is better | 200 | 1000 | duration_ms |