Base Quota Scheduling Policy
Introduction
This blueprint provides a
token bucket based quota scheduler
policy and a dashboard. This policy uses the
QuotaScheduler component.
Configuration
Blueprint name: quota-scheduling/base
Parameters
policy
| Parameter | policy.components |
| Description | List of additional circuit components. |
| Type | Array of Object (aperture.spec.v1.Component) |
| Default Value | Expand |
| Parameter | policy.policy_name |
| Description | Name of the policy. |
| Type | string |
| Default Value | __REQUIRED_FIELD__ |
| Parameter | policy.resources |
| Description | Additional resources. |
| Type | Object (aperture.spec.v1.Resources) |
| Default Value | Expand |
policy.quota_scheduler
| Parameter | policy.quota_scheduler.alerter |
| Description | Alerter. |
| Type | Object (aperture.spec.v1.AlerterParameters) |
| Default Value | Expand |
| Parameter | policy.quota_scheduler.bucket_capacity |
| Description | Bucket capacity. |
| Type | Number (double) |
| Default Value | __REQUIRED_FIELD__ |
| Parameter | policy.quota_scheduler.fill_amount |
| Description | Fill amount. |
| Type | Number (double) |
| Default Value | __REQUIRED_FIELD__ |
| Parameter | policy.quota_scheduler.rate_limiter |
| Description | Rate Limiter Parameters. |
| Type | Object (aperture.spec.v1.RateLimiterParameters) |
| Default Value | Expand |
| Parameter | policy.quota_scheduler.scheduler |
| Description | Scheduler configuration. |
| Type | Object (aperture.spec.v1.Scheduler) |
| Default Value | Expand |
| Parameter | policy.quota_scheduler.selectors |
| Description | Flow selectors to match requests against. |
| Type | Array of Object (aperture.spec.v1.Selector) |
| Default Value | Expand |