Fix sidebar and add context condense frequency

This commit is contained in:
Josh Lambert
2026-01-20 10:56:32 -05:00
parent 75764f9d5d
commit e2ff337c0b
2 changed files with 8 additions and 4 deletions
@@ -71,10 +71,10 @@ Common dashboards which offer filtering based on provider, model, and tool:
Implement [multi-window, multi-burn-rate alerting](https://sre.google/workbook/alerting-on-slos/) against error budgets:
| Window | Burn Rate | Action | Use Case |
| ------ | --------- | ------ | ------------------- |
| 5 min | 14.4x | Page | Major Outage |
| 30 min | 6x | Page | Incident |
| Window | Burn Rate | Action | Use Case |
| ------ | --------- | ------ | ------------------ |
| 5 min | 14.4x | Page | Major Outage |
| 30 min | 6x | Page | Incident |
| 6 hr | 1x | Ticket | Change in behavior |
Paging should **only occur on Recommended Models when using the Kilo Gateway**. All other alerts should be tickets, and some may be configured to be ignored.
@@ -96,7 +96,10 @@ Paging should **only occur on Recommended Models when using the Kilo Gateway**.
- Total turns/steps
- Total tool calls by tool type
- Total errors by error type
- Agent stuck errors (repetitive tool calls, etc)
- Tool call errors
- Total tokens consumed
- Context condensing frequency
- Termination reason (user closed, timeout, explicit completion, error)
#### Alerting
+1
View File
@@ -233,6 +233,7 @@ const sidebars: SidebarsConfig = {
"contributing/architecture/track-repo-url",
"contributing/architecture/vercel-ai-gateway",
"contributing/architecture/voice-transcription",
"contributing/architecture/model-o11y",
],
},
],