Get desktop application:
View/edit binary Protocol Buffers messages
Gradient concurrency control will be used.
If set to false, the adaptive concurrency filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
Configuration parameters for the gradient controller.
Used in:
The percentile to use when summarizing aggregated samples. Defaults to p50.
Parameters controlling the periodic recalculation of the concurrency limit from sampled request latencies.
Used in:
The allowed upper-bound on the calculated concurrency limit. Defaults to 1000.
The period of time samples are taken to recalculate the concurrency limit.
Parameters controlling the periodic minRTT recalculation. [#next-free-field: 6]
Used in:
The time interval between recalculating the minimum request round-trip time.
The number of requests to aggregate/sample during the minRTT recalculation window before updating. Defaults to 50.
Randomized time delta that will be introduced to the start of the minRTT calculation window. This is represented as a percentage of the interval duration. Defaults to 15%. Example: If the interval is 10s and the jitter is 15%, the next window will begin somewhere in the range (10s - 11.5s).
The concurrency limit set while measuring the minRTT. Defaults to 3.
Amount added to the measured minRTT to add stability to the concurrency limit during natural variability in latency. This is expressed as a percentage of the measured value and can be adjusted to allow more or less tolerance to the sampled latency values. Defaults to 25%.