Add basic support for cluster flow control in Sentinel dashboard#302
Merged
Add basic support for cluster flow control in Sentinel dashboard#302
Conversation
- Update SentinelApiClient to support new-added command APIs - Add controller for cluster config - Add flow controller v2 for global rule pulling / pushing - Extract dynamic rule provider and publisher interface for customized extensions - Add basic cluster config service - Add basic Nacos integration (in test as an example) Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…ashboard Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
===========================================
+ Coverage 38.31% 38.8% +0.49%
- Complexity 932 941 +9
===========================================
Files 219 219
Lines 6921 6921
Branches 939 939
===========================================
+ Hits 2652 2686 +34
+ Misses 3937 3892 -45
- Partials 332 343 +11
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
===========================================
+ Coverage 38.31% 38.8% +0.49%
- Complexity 932 941 +9
===========================================
Files 219 219
Lines 6921 6921
Branches 939 939
===========================================
+ Hits 2652 2686 +34
+ Misses 3937 3892 -45
- Partials 332 343 +11
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe what this PR does / why we need it
Add basic support for cluster flow control in Sentinel dashboard
Does this pull request fix one issue?
Related to #200
Describe how you did it
Describe how to verify it
Run the dashboard.
Special notes for reviews
None.