Tags: alibaba/sentinel-golang
Tags
chore: update adaptor dependency (#566) * chore: update adaptor dependency * fix: gin fallback test * chore: import sort * chore: import sort
dependency: Bump Gin from 1.6.3 to 1.7.0 in pkg/adapters/gin (#445) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support arbitrary statistic duration for flow control and refactor in… …ternal implementation (#200) * Support arbitrary statistic duration for flow control. Add `StatIntervalInMs` attribute in flow.Rule. When StatIntervalInMs > globalInterval or < bucketLength, we create a new sliding window for it. * Add stat reuse mechanism for flow rules * Make threshold of flow rule "request amount per interval" rather than QPS. * Refine internal implementation
PreviousNext