Monitor
Dashboards and alerts for production.
Default Dashboard
dashboard.kalibr.systems shows:
- Total cost (24h)
- Cost by provider (OpenAI, Anthropic, Google)
- Cost by workflow
- Cost by customer
- Error rate
- Latency (p50, p95, p99)
Filtering
Filter any view by:
workflow_idtenant_idprovidermodel- Time range
Setting Up Alerts
- Go to Monitor → Alerts
- Click "New Alert"
- Configure threshold and notification
Example alerts:
| Alert | Condition | Action |
|---|---|---|
| Daily cost | > $500 | |
| Error rate | > 5% | Slack |
| Latency p95 | > 10s | PagerDuty |
API Access
# Summary metrics
curl -H "X-API-Key: $KEY" \
"https://api.kalibr.systems/api/analytics/summary?hours=24"
# Cost breakdown
curl -H "X-API-Key: $KEY" \
"https://api.kalibr.systems/api/analytics/cost?group_by=workflow"
Next Steps
- Traces — Debug individual executions
- API Reference — Full API docs