Home

envoy.extensions.filters.http.adaptive_concurrency.v3.GradientControllerConfig.MinimumRTTCalculationParams

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.filters.http.adaptive_concurrency.v3.GradientControllerConfig.MinimumRTTCalculationParams
.withBuffer(types.envoy.type.v3.Percent)
.withInterval(types.google.protobuf.Duration)
.withJitter(types.envoy.type.v3.Percent)
.withMinConcurrency(1)
.withRequestCount(1)
._validate()

Fields

Name Type One-of group Required Constraints
buffer envoy.type.v3.Percent  
interval google.protobuf.Duration   {"Duration":{"gte":{"nanos":1000000},"required":true}}
jitter envoy.type.v3.Percent  
min_concurrency google.protobuf.UInt32Value   {"Uint32":{"gt":0}}
request_count google.protobuf.UInt32Value   {"Uint32":{"gt":0}}