[Feature]Support configure heartbeat api path of dashboard - #515
Merged
sczyh30 merged 48 commits intoDec 10, 2019
Conversation
…and fix edit rule issue when cancel (#370) - Make fallbackToLocalWhenFail of cluster rules configurable in dashboard - Fix edit rule when hit cancel button (object share problem solved by deep copy) - Add metric table td header's title for friendly prompt info
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…g description Signed-off-by: Eric Zhao <sczyh16@gmail.com>
- implement `SentinelPreFilter`, `SentinelPostFilter` and `SentinelErrorFilter` - support fallback
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…WarmUpRateLimiterController Signed-off-by: Carpenter Lee <hooleeucas@163.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Carpenter Lee <hooleeucas@163.com>
… ClassNotFoundException thrown by Nacos client (#438)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…r when loading SPI Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…text in Tracer Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…#465) - reuse old map size to avoid rearrange and rehash the map
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
- Apply awaitility to core tests - Cache maven local repo in Travis
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
… and add basic test cases Signed-off-by: Eric Zhao <sczyh16@gmail.com>
* Extract getRule in BlockException and refine override methods in subclasses Signed-off-by: Eric Zhao <sczyh16@gmail.com>
- The NPE will occur when multiple threads are trying to create the connection group for the same namespace Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
同步远程仓库最近代码
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…riter of Sentinel cluster (#495) Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
…n DefaultController (#460)
Codecov Report
@@ Coverage Diff @@
## master #515 +/- ##
============================================
- Coverage 41.71% 37.68% -4.04%
+ Complexity 1376 1100 -276
============================================
Files 304 259 -45
Lines 8764 8174 -590
Branches 1182 1113 -69
============================================
- Hits 3656 3080 -576
- Misses 4662 4700 +38
+ Partials 446 394 -52
Continue to review full report at Codecov.
|
Collaborator
|
May I ask that what's the scenario for add a prefix path? Kinds of virtual path? |
Member
See #332 (though it's rare). Maybe the property item could be used for the arbitrary registry URL path, not just for the prefix. |
Member
|
Thanks for contributing! I'll improve the related code later. |
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
Sentinel transport module does not support configuring API path of dashboard heartbeat.
Does this pull request fix one issue?
Resolves #332
Describe how you did it
add a property item (
-Dcsp.sentinel.heartbeat.api.path) to support thisDescribe how to verify it
run the test case
Special notes for reviews