Error rate spike detection monitors your daily request statistics and alerts you when the percentage of failed requests exceeds your configured threshold. It runs on a scheduled basis and evaluates error rates across organizations and individual users.Documentation Index
Fetch the complete documentation index at: https://concentrate.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Each evaluation cycle:- Queries yesterday’s request statistics from the
request_stats_dailyaggregate - Sums total and failed requests across all endpoints for the target entity
- Calculates the error rate —
(failed / total) * 100 - Compares against your threshold — if the error rate exceeds
threshold_percentage, an alert is triggered
Configuration
You can configure error rate spike alerts from the Alerts page in your dashboard.| Setting | Description | Options |
|---|---|---|
| Enabled | Toggle the alert on or off | true / false |
| Threshold Percentage | Error rate that triggers the alert | Any positive number up to 100 (e.g., 10 for 10%) |
| Scope | What entities to monitor | organization, user |
Scope
- Organization — monitors the aggregate error rate across all requests in your organization. All org admins, owners, and billing members receive the alert.
- User — monitors the error rate across all requests made by your personal API keys.
Team and key-level scopes are not available for this alert type because the
request_stats_daily aggregate does not include team or key identifiers.Notifications
When an error rate spike alert fires, you are notified via your configured channels:- Email — includes the error rate percentage, total request count, failed request count, and a link to your usage page
- SMS — a shorter summary with the same key figures