View Source API Reference Regulator v0.6.0

Modules

Adaptive concurrency limits.

Provides a behaviour for defining new limit algorithms

Loss based dynamic limit algorithm. Additively increases the concurrency limit when there are no errors and multiplicatively decrements the limit when there are errors.

Limiter based on the gradient of change. Based on Netflix's gradient2 algorithm. https://github.com/Netflix/concurrency-limits.

A plug used for regulating the concurrency limit of an endpoint or series of endpoints.

Regulator produces multiple telemetry events.