Skip to main content
Version: 2.34.0

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

Parameterpolicy.components
DescriptionList of additional circuit components.
TypeArray of Object (aperture.spec.v1.Component)
Default Value
Expand
[]
Parameterpolicy.policy_name
DescriptionName of the policy.
Typestring
Default Value__REQUIRED_FIELD__
Parameterpolicy.resources
DescriptionAdditional resources.
TypeObject (aperture.spec.v1.Resources)
Default Value
Expand
flow_control:
classifiers: []
policy.quota_scheduler
Parameterpolicy.quota_scheduler.alerter
DescriptionAlerter.
TypeObject (aperture.spec.v1.AlerterParameters)
Default Value
Expand
alert_name: More than 90% of requests are being rate limited
Parameterpolicy.quota_scheduler.bucket_capacity
DescriptionBucket capacity.
TypeNumber (double)
Default Value__REQUIRED_FIELD__
Parameterpolicy.quota_scheduler.fill_amount
DescriptionFill amount.
TypeNumber (double)
Default Value__REQUIRED_FIELD__
Parameterpolicy.quota_scheduler.rate_limiter
DescriptionRate Limiter Parameters.
TypeObject (aperture.spec.v1.RateLimiterParameters)
Default Value
Expand
interval: __REQUIRED_FIELD__
Parameterpolicy.quota_scheduler.scheduler
DescriptionScheduler configuration.
TypeObject (aperture.spec.v1.Scheduler)
Default Value
Expand
{}
Parameterpolicy.quota_scheduler.selectors
DescriptionFlow selectors to match requests against.
TypeArray of Object (aperture.spec.v1.Selector)
Default Value
Expand
- control_point: __REQUIRED_FIELD__