-
Notifications
You must be signed in to change notification settings - Fork 448
remove unnecessary check for slidingWindowMetric.intervalInMs #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
- Coverage 43.28% 43.24% -0.05%
==========================================
Files 67 67
Lines 2837 2835 -2
==========================================
- Hits 1228 1226 -2
Misses 1471 1471
Partials 138 138
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks! |
* make EntryOptions support storing custom data before Sentinel.Entry() * make data of SentinelInput / SentinelOutput public & rename to attachment * remove unnecessary check for slidingWindowMetric.intervalInMs * Polish code of buildFlowMap in flow/rule_manager.go (#131) * Remove unnecessary division checking for interval of SlidingWindowMetric (#134) Co-authored-by: sdttttt <[email protected]>
Support carrying additional attachments with sentinel.Entry(options) (alibaba#124) * make EntryOptions support carrying attachment data * make the `data` field of SentinelInput / SentinelOutput public and rename to `Attachments` Add MetricEventMonitorBlock Signed-off-by: Eric Zhao <[email protected]> Polish MetricItem with monitor-block metric event (alibaba#127) Sync special/metric-event branch with master (alibaba#136) * make EntryOptions support storing custom data before Sentinel.Entry() * make data of SentinelInput / SentinelOutput public & rename to attachment * remove unnecessary check for slidingWindowMetric.intervalInMs * Polish code of buildFlowMap in flow/rule_manager.go (alibaba#131) * Remove unnecessary division checking for interval of SlidingWindowMetric (alibaba#134) Co-authored-by: sdttttt <[email protected]> Add max concurrency statistic data (alibaba#138) Add support for getting max concurrency of the latest second (alibaba#140) feat: add SecondMaxConcurrency field to MetricItem (alibaba#145) feat: allow to disable metric log flush in runtime (alibaba#147)
Support carrying additional attachments with sentinel.Entry(options) (#124) * make EntryOptions support carrying attachment data * make the `data` field of SentinelInput / SentinelOutput public and rename to `Attachments` Add MetricEventMonitorBlock Signed-off-by: Eric Zhao <[email protected]> Polish MetricItem with monitor-block metric event (#127) Sync special/metric-event branch with master (#136) * make EntryOptions support storing custom data before Sentinel.Entry() * make data of SentinelInput / SentinelOutput public & rename to attachment * remove unnecessary check for slidingWindowMetric.intervalInMs * Polish code of buildFlowMap in flow/rule_manager.go (#131) * Remove unnecessary division checking for interval of SlidingWindowMetric (#134) Co-authored-by: sdttttt <[email protected]> Add max concurrency statistic data (#138) Add support for getting max concurrency of the latest second (#140) feat: add SecondMaxConcurrency field to MetricItem (#145) feat: allow to disable metric log flush in runtime (#147)
* sycn special branch commits Support carrying additional attachments with sentinel.Entry(options) (#124) * make EntryOptions support carrying attachment data * make the `data` field of SentinelInput / SentinelOutput public and rename to `Attachments` Add MetricEventMonitorBlock Signed-off-by: Eric Zhao <[email protected]> Polish MetricItem with monitor-block metric event (#127) Sync special/metric-event branch with master (#136) * make EntryOptions support storing custom data before Sentinel.Entry() * make data of SentinelInput / SentinelOutput public & rename to attachment * remove unnecessary check for slidingWindowMetric.intervalInMs * Polish code of buildFlowMap in flow/rule_manager.go (#131) * Remove unnecessary division checking for interval of SlidingWindowMetric (#134) Co-authored-by: sdttttt <[email protected]> Add max concurrency statistic data (#138) Add support for getting max concurrency of the latest second (#140) feat: add SecondMaxConcurrency field to MetricItem (#145) feat: allow to disable metric log flush in runtime (#147) * fix: fix broken test code * hotspot_rule_add_paramKey * concurrent processing(error group) for ExtractArgs Iteration * refmt * goimports Co-authored-by: Liu Jing <[email protected]> Co-authored-by: cafra <[email protected]>
Describe what this PR does / why we need it
Does this pull request fix one issue?
Fixes #133
Describe how you did it
Describe how to verify it
Special notes for reviews