Base Concurrency Limiting Policy
Introduction
This blueprint provides a concurrency limiting policy and a dashboard. This
policy uses the
ConcurrencyLimiter
component.
Configuration
Blueprint name: concurrency-limiting/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.concurrency_limiter
Parameter | policy.concurrency_limiter.alerter |
Description | Alerter. |
Type | Object (aperture.spec.v1.AlerterParameters) |
Default Value | Expand
|
Parameter | policy.concurrency_limiter.max_concurrency |
Description | Max concurrency. |
Type | Number (double) |
Default Value | __REQUIRED_FIELD__ |
Parameter | policy.concurrency_limiter.parameters |
Description | Parameters. |
Type | Object (aperture.spec.v1.ConcurrencyLimiterParameters) |
Default Value | Expand
|
Parameter | policy.concurrency_limiter.request_parameters |
Description | Request Parameters. |
Type | Object (aperture.spec.v1.ConcurrencyLimiterRequestParameters) |
Default Value | Expand
|
Parameter | policy.concurrency_limiter.selectors |
Description | Flow selectors to match requests against |
Type | Array of Object (aperture.spec.v1.Selector) |
Default Value | Expand
|