Budget adjustments (beta)
Retrieve, update, and delete budget adjustment events.
Authenticate API requests using an access token.
Include it in the Authorization header as: Bearer TOKEN.
Adjusting SLO error budget
Budget adjustments allow you to exclude planned or exceptional events, like maintenance or deployments, from error budget calculations to ensure more accurate monitoring of SLO performance. These adjustments can be customized with flexible schedules to align with specific needs, helping maintain focus on meaningful trends and reliable long-term insights without disruptions from temporary anomalies.
Limits for budget adjustments
- You can modify or update up to 30 unique events per SLO in one action.
- Past budget adjustments cannot be modified for composite SLOs
You can edit past budget adjustment events if they occurred within the last 30 days.
This action recalculates the SLO's error budget, which can distort how your system's reliability is reported. Use it with caution.
RBAC
- Organization admin: permissions apply globally
- Project owner: permissions apply to owned projects
- The request fails if any involved SLO is in a non-owned project
Authentication
- HTTP: Bearer Auth
Authenticate requests with a Nobl9 access token over HTTP Bearer auth.
Include the token in the Authorization header as Bearer <token>.
Generate the token from your access key credentials through the access token endpoint.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |