Skip to content
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

p_qps and b_qps are not intuitive in monitoring curve of dashboard. Let's make it a little bit more intuitive in Chinese #398

Merged
merged 232 commits into from
Jan 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
94f468a
Fixes #9: Use named thread factory for identification (#10)
sczyh30 Jul 30, 2018
19fdd45
Add log when initializing Sentinel Dubbo filters
sczyh30 Jul 30, 2018
7f075f7
Fixes #13: Fix search filter in Sentinel Dashboard sidebar
sczyh30 Jul 31, 2018
d5ec3e4
Refine AppNameUtil
CarpenterLee Jul 31, 2018
9bd2a62
Fixes #14: Apply Alibaba Java Coding Guidelines
sczyh30 Jul 31, 2018
c35f72a
Update README.md
sczyh30 Aug 1, 2018
2be43e7
Refine Degrade rule checking.
CarpenterLee Aug 1, 2018
fc6ee7a
Fixes #20: Fix runtime port and heartbeat sending logic
sczyh30 Aug 1, 2018
4a3d489
Fixes test cases for degrade regarding the new strategy
sczyh30 Aug 1, 2018
e724913
Add volatile to methodNameMap and chainMap (#34)
Aug 5, 2018
e9c1ed4
Add ZooKeeper data source for Sentinel (#33)
guonanjun Aug 5, 2018
df8cd09
Update ZooKeeper data source integration
sczyh30 Aug 6, 2018
80cd533
Fixes #38: Enhance error handling when parsing bad dashboard addresses
sczyh30 Aug 6, 2018
3a37015
Update documents
sczyh30 Aug 6, 2018
e34d2cb
Add default fallback support for Dubbo
sczyh30 Aug 8, 2018
b856cfc
Add Sentinel annotation definition and aspectj extension
sczyh30 Aug 6, 2018
be9ba32
Add demo for Sentinel Annotation AspectJ with Spring AOP
sczyh30 Aug 7, 2018
919ba5e
Add support for shared block handler
sczyh30 Aug 7, 2018
491ddfb
Set SystemRule's threshold to zero is allowed.
CarpenterLee Aug 8, 2018
e65d490
Fix pom.xml error of sentinel-transport
sczyh30 Aug 8, 2018
45cc1e8
Remove sentinel-spring-boot-starter module
sczyh30 Aug 8, 2018
0dee4de
Add Apollo data source extension (#46)
nobodyiam Aug 8, 2018
db0a20e
Optimize for statistic data structures (#47)
sczyh30 Aug 8, 2018
ecca8b6
Bump version to 0.1.1
sczyh30 Aug 8, 2018
7c59205
Bump version to 0.2.0-SNAPSHOT
sczyh30 Aug 8, 2018
b5281ec
Fixes #51, use js type–converting comparisons.
CarpenterLee Aug 9, 2018
d035f52
Fixes #52: Error file separator regex in Windows environment
sczyh30 Aug 9, 2018
ceddc31
Update documents
sczyh30 Aug 9, 2018
5cdb1e4
Fix url for Maven Central Badge
sczyh30 Aug 12, 2018
f9fb8cd
Fix typo in rule constants and add authority rule demo
sczyh30 Aug 13, 2018
7371780
Modify loading mechanism of authority rules: only pick first
sczyh30 Aug 13, 2018
c259f5c
Fix update logic of minRt in bucket
sczyh30 Aug 14, 2018
30d2073
Resolves #61: Enhance exception trace in Sentinel Dubbo Adapter
sczyh30 Aug 15, 2018
34fffb8
Miscellaneous update
sczyh30 Aug 15, 2018
ba48746
Update dependencies and add log
sczyh30 Aug 17, 2018
b450070
Add benchmark for Sentinel
sczyh30 Aug 17, 2018
1efe735
update README to add coverage icon
kimmking Aug 24, 2018
b2637ac
jialianglinjl
jialianglinjl Aug 29, 2018
badaa80
Fixes #99, fix miss comparison of FlowRule.maxQueueingTimeMs
CarpenterLee Aug 29, 2018
bf21a1c
Refactored some classes
talshalti Aug 28, 2018
add074d
Renamed to MetricsReader
talshalti Aug 28, 2018
9386d13
Fixed CR comments
talshalti Aug 29, 2018
77f251c
Refactor test cases for Sentinel gRPC Adapter (#101)
refactormachine Aug 30, 2018
1edbaeb
Fix the bug when resolving original method to get annotation (#111)
sczyh30 Aug 31, 2018
213bd42
Fixes #117: Update document of Sentinel Dashboard
sczyh30 Sep 3, 2018
7979c79
Fixed #109: fix miss-usage of ClusterNode.successQps() in DegradeRul…
CarpenterLee Sep 3, 2018
c970984
Refactor Sentinel data source hierarchy
sczyh30 Sep 3, 2018
1829365
Update command handler for modifying rules
sczyh30 Sep 3, 2018
7900b46
Update demo of various data source to adapt to new changes
sczyh30 Sep 3, 2018
641a93d
Some refactor of data source
sczyh30 Sep 4, 2018
408fe84
Some structure refactor for Sentinel Dashboard
sczyh30 Sep 4, 2018
4da45ee
Enhance FileRefreshableDataSource and FileWritableDataSource (#125)
yfh0918 Sep 5, 2018
28c1b3c
Enhance file data source and flow rule manager
sczyh30 Sep 5, 2018
3d08446
Fixes #128: Fix early return when exception ratio is 100%
sczyh30 Sep 5, 2018
c2a2dd4
Add MetricsRepository interface and reuse original in-memory implemen…
sczyh30 Sep 6, 2018
3561eb0
Enhance log and null check for rule managers
sczyh30 Sep 10, 2018
7c9f48d
Refactor the context and entry to support asynchronous invocation chain
sczyh30 Sep 12, 2018
d73bd91
Support extensible slot chain builder using SPI mechanism (#145)
sczyh30 Sep 12, 2018
207a63e
Update test cases and demo for async support
sczyh30 Sep 12, 2018
e56ea39
Refactor LeapArray to reuse code for current bucket
sczyh30 Sep 12, 2018
edca25f
Add support for asynchronous invocation entry (#146)
sczyh30 Sep 14, 2018
46cb729
Add DataSource integration for Redis (#102)
tigerMoon Sep 14, 2018
eb515ad
Improvements for Redis data source and demo
sczyh30 Sep 14, 2018
eb6ad15
Bug fix: fix probability of metric lose
CarpenterLee Sep 16, 2018
5197cac
Separate checking logic from AuthorityRule and add test cases
sczyh30 Sep 17, 2018
172e75e
1. Refector SampleCountProperty and IntervalProperty;
CarpenterLee Sep 17, 2018
c46bfa0
Fix internal bug when amount of context exceeds the threshold (#152)
sczyh30 Sep 19, 2018
e942b9d
Update Sentinel Web Servlet integration
sczyh30 Sep 20, 2018
4e875a2
Bug fix for automatic exit of default context when exiting the entry
sczyh30 Sep 20, 2018
1800d87
Some bug fixes and enhancement for async entry support
sczyh30 Sep 20, 2018
eb3a339
Some code update and rearrangement
sczyh30 Sep 20, 2018
124f54c
Add more test cases for Sentinel core internal (e.g. Entry, CtSph)
sczyh30 Sep 20, 2018
d5580bb
Update integration test and demo for async entry
sczyh30 Sep 25, 2018
713395e
Refactor version representation and add client version to heartbeat
sczyh30 Sep 25, 2018
b1c3096
Update dependencies
sczyh30 Sep 26, 2018
6e0776f
Add config for Codecov
sczyh30 Sep 26, 2018
00815f2
Add flow control by frequent (hot spot) parameters (#156)
sczyh30 Sep 27, 2018
1149b75
Update sample count for ParameterMetric
sczyh30 Sep 27, 2018
3ec5fcf
Code and javadoc refinement
sczyh30 Sep 27, 2018
2cd46ea
Log warn when amount of context exceeds the max capacity for the firs…
sczyh30 Sep 27, 2018
6794470
Bump version to 0.2.0
sczyh30 Sep 27, 2018
6e89cb1
Bump version to 0.2.1-SNAPSHOT
sczyh30 Sep 28, 2018
fdfcfec
Use System property to config log base dir
CarpenterLee Oct 8, 2018
192d247
Change eagleEye log path when log base configured.
CarpenterLee Oct 8, 2018
e9ed85e
Add demo for SlotChainBuilder SPI
sczyh30 Oct 9, 2018
b9e1d74
Enhancement/normalize metric field (#170)
CarpenterLee Oct 11, 2018
7be1a12
Change intervalInSec of StatisticNode.rollingCounterInMinute to 60 se…
CarpenterLee Oct 11, 2018
e201a0f
Support degrade by exception count (#174)
CarpenterLee Oct 11, 2018
8bd61fd
Add rule configuration support for parameter flow control in Sentinel…
sczyh30 Oct 12, 2018
e1e7ce9
Fix the wrong coordinate scaling of QPS chart (passed/blocked) in das…
jasonjoo2010 Oct 16, 2018
630642b
Enhancements in transport-netty-http and properties related (#161)
jasonjoo2010 Oct 16, 2018
c85cd2e
update nacos version to 0.2.1
CarpenterLee Oct 16, 2018
ec443ad
Bug fix: fix wrong log file name checking (#182)
CarpenterLee Oct 16, 2018
2ef4d98
Code enhancement for #161
sczyh30 Oct 16, 2018
67db3f8
Fix bug for body reading in HttpServerHandler of sentinel-transport-n…
jasonjoo2010 Oct 16, 2018
06acfd1
Change behavior when exception occurred in InitExecutor. Will not cal…
CarpenterLee Oct 16, 2018
a3f19d1
Rename ParamFlowRule.blockGrade to grade
CarpenterLee Oct 16, 2018
adde316
Typo fix for FlowThreadDemo
sczyh30 Oct 18, 2018
f02c7ee
Change logo size
CarpenterLee Oct 19, 2018
3982d70
Add StringUtil.capitalize() method
CarpenterLee Oct 19, 2018
649a44d
Add support for authority rule configuration in Sentinel Dashboard (#…
sczyh30 Oct 23, 2018
1d0bcce
Config whether pid is needed in the log file name (#194)
CarpenterLee Oct 23, 2018
37e0f93
Sentinel annotation supports method name as default resource name (#187)
waveng Oct 24, 2018
be29fd7
Refactor logic of getting resource name in Sentinel annotation
sczyh30 Oct 24, 2018
62663ba
Bump version to 1.3.0-SNAPSHOT
sczyh30 Oct 24, 2018
52b61b8
Add BlockException parameter to UrlBlockHandler.blocked() method
CarpenterLee Oct 26, 2018
ab475e0
Extract slash as a constant to reuse in FilterUtil (#204)
shannon312 Oct 29, 2018
c4a8ff1
Fixes #198: Enhance rule checking in rule managers and Sentinel Dashb…
sczyh30 Oct 29, 2018
89e4950
Avoid ConcurrentModificationException when getting machine map in App…
CarpenterLee Oct 29, 2018
c25fa02
Add support for adding param rule / authority rule in resource page o…
sczyh30 Oct 30, 2018
a673ec3
Update Maven plugin version and fix CircleCI build failure
sczyh30 Oct 30, 2018
cc4428d
Bump version to 1.3.0-GA and update dependencies
sczyh30 Oct 30, 2018
475c0dd
Bump version to 1.4.0-SNAPSHOT
sczyh30 Oct 30, 2018
b63195c
Update documentation and issue template
sczyh30 Oct 30, 2018
489df0b
Add abstract Sentinel aspect class for extension (#214)
bitonly Oct 31, 2018
1d0a553
Remove logic of entering context when entering resource in annotation…
sczyh30 Oct 31, 2018
c53495d
Update javadoc and code refinement for AbstractRule
sczyh30 Nov 1, 2018
4c1eaf9
Improve log info and condition about fetching metrics (#219)
xcaspar Nov 1, 2018
b4ea2ee
Add "warmup with rate limiting" implementation for traffic shaping (#…
CarpenterLee Nov 1, 2018
076ac08
Add overloaded handleBlockException method for customized extension (…
bitonly Nov 1, 2018
59f2c6b
Add exception count trace for Sentinel annotation aspectj support
sczyh30 Nov 2, 2018
b540898
Some improvements on Sentinel Dashboard
sczyh30 Nov 5, 2018
4b04449
Update .travis.yml and dependencies to support build with JDK 11
sczyh30 Nov 6, 2018
c16668a
Update test cases for Sentinel web filter and gRPC adapter
sczyh30 Nov 8, 2018
860b387
Some improvements for Sentinel dashboard
sczyh30 Nov 8, 2018
2e1083e
Remove ContextUtil.enter() in client/consumer side
CarpenterLee Nov 8, 2018
46d2e49
Update gRPC adapter test cases
sczyh30 Nov 12, 2018
ecffee2
Fix argLine of surefire to make code coverage work again
sczyh30 Nov 12, 2018
a9c9de5
Update README.md
sczyh30 Nov 14, 2018
e45cc6c
Update README.md
sczyh30 Nov 14, 2018
aaea13e
Extract flow rule checker from FlowRule
sczyh30 Nov 9, 2018
4fd4145
Update test cases for flow slot and checker
sczyh30 Nov 9, 2018
7971f55
Add sort for flow rules when loading rules
sczyh30 Nov 15, 2018
4f1acf1
Add log for fatal error when InitExecutor failed
sczyh30 Nov 15, 2018
a4372ea
Add modules for Sentinel cluster flow control
sczyh30 Nov 19, 2018
0031aa7
Update dependencies
sczyh30 Nov 19, 2018
473f60a
Add basic helper functional interface
sczyh30 Nov 19, 2018
9f98638
Code and javadoc refinement
sczyh30 Nov 20, 2018
26e0631
Code and javadoc refinement
sczyh30 Nov 20, 2018
4289105
Add prioritized entry support in ProcessorSlot and SphU (#255)
sczyh30 Nov 21, 2018
634150c
Resolves #256: Support parameters in entry of Sentinel annotation sup…
sczyh30 Nov 21, 2018
d42010b
Code and javadoc improvement
sczyh30 Nov 21, 2018
3c13136
Add basic interface and entity for Sentinel cluster flow control
sczyh30 Nov 21, 2018
5573987
Update flow rule for cluster mode and extract util class
sczyh30 Nov 21, 2018
b59d6d1
Update parameter flow rule to adapt to cluster mode and extract rule …
sczyh30 Nov 21, 2018
34b66c7
Code refinement for LeapArray
sczyh30 Nov 23, 2018
d8bbd91
Merge pull request #257 from alibaba/feature/cluster-core
sczyh30 Nov 23, 2018
38152b6
Fix padding issue of charts in monitoring page of Sentinel dashboard …
cdfive Nov 26, 2018
bec8016
Optimize the click sensitivity of dashboard's sidebar menu (#268)
cdfive Nov 29, 2018
3ccdb05
Add verbose log when SimpleHttpCommandCenter chooses port fail
CarpenterLee Nov 29, 2018
66acbfc
Add heartbeat client ip config to resolve ip problem in Docker env (#…
nick-tan Dec 3, 2018
6a12ad4
Update README.md
sczyh30 Dec 3, 2018
dc5b7d7
Add HTTP-method level flow control support in Sentinel Web Servlet Fi…
ro9er Dec 9, 2018
7f6c0a3
Fix javadoc typo in decreaseThreadNum() method of Node interface (#296)
canglang1973 Dec 11, 2018
af7457a
Add basic interface and entity for Sentinel cluster flow control
sczyh30 Nov 21, 2018
b442e26
Update flow rule for cluster mode and extract util class
sczyh30 Nov 21, 2018
a31e798
Update parameter flow rule to adapt to cluster mode and extract rule …
sczyh30 Nov 21, 2018
bf4c6a9
Add common module for Sentinel default cluster implementation
sczyh30 Nov 23, 2018
2bc315b
Add default Sentinel cluster transport implementation with Netty
sczyh30 Nov 23, 2018
5d90a65
Update token client interface and default implementation
sczyh30 Nov 27, 2018
4448e71
Add implementation for default token server module
sczyh30 Nov 27, 2018
351fb6c
Update token client interface in sentinel-core
sczyh30 Dec 9, 2018
b64bc7c
Add cluster token server interface to core and support embedded mode
sczyh30 Dec 9, 2018
547fdc9
Rearrangement and refinement of statistic code in core
sczyh30 Dec 9, 2018
202d64b
Update cluster related logic in core
sczyh30 Dec 9, 2018
63e1527
Add cluster state manager to manage cluster mode
sczyh30 Dec 9, 2018
8b8c172
Add `@RequestType` annotation and common config supplier registry
sczyh30 Dec 9, 2018
61195d5
Refactor param flow checker to support embedded server mode
sczyh30 Dec 9, 2018
4a17167
Polish cluster client module
sczyh30 Dec 9, 2018
ce954cf
Polish default cluster server module for initial work
sczyh30 Dec 9, 2018
cfa4717
Update test dependency of sentinel-cluster-server-default
sczyh30 Dec 9, 2018
00d25c1
Add HTTP command for modifying global state and client config
sczyh30 Dec 9, 2018
b60936f
Update cluster related command APIs and some enhancement and fix for …
sczyh30 Dec 13, 2018
a276c3a
Add demo module for Sentinel cluster flow control
sczyh30 Dec 9, 2018
f39d8fe
Merge branch 'master' into feature/cluster-flow-control
sczyh30 Dec 14, 2018
2e44193
Merge pull request #294 from alibaba/feature/cluster-flow-control
sczyh30 Dec 14, 2018
aec38c8
Add dashboard logic for Sentinel cluster flow control
sczyh30 Dec 14, 2018
edfb49e
Add frontend service and pages for Sentinel cluster flow control in d…
sczyh30 Dec 14, 2018
7021517
Move CDN resources to local in Sentinel Dashboard
sczyh30 Nov 6, 2018
3bbd70f
Update fastjson dependency to 1.2.54
sczyh30 Dec 14, 2018
ffff423
Bump version to 1.4.0
sczyh30 Dec 14, 2018
1436106
Catch Throwable rather than Exception when sending heartbeat.
CarpenterLee Dec 15, 2018
ef9ddd4
Bump version to 1.4.1-SNAPSHOT
sczyh30 Dec 17, 2018
a9cbd4a
Update README.md
sczyh30 Dec 17, 2018
be8108a
Remove duplicate class in sentinel-core (#309)
canglang1973 Dec 17, 2018
8ef3cdd
Update README.md
sczyh30 Dec 17, 2018
5ad6bda
Add cluster embedded mode handling logic for parameter flow checker
sczyh30 Dec 18, 2018
22fe25e
Small improvements for `sentinel-transport`
sczyh30 Dec 18, 2018
f20dcf1
Move local frontend lib assets from dist to lib directory
sczyh30 Dec 19, 2018
270edc5
Refactor the constructor and units of LeapArray and related statistic…
sczyh30 Dec 20, 2018
53adab7
Update constructor of Sentinel cluster server statistic component
sczyh30 Dec 20, 2018
c9bd881
Refinement for heartbeat logic in sentinel-transport related module (…
sczyh30 Dec 24, 2018
8e991fd
Fix/list metric files (#331)
CarpenterLee Dec 25, 2018
daee53b
Add sampleCount and windowInterval item to cluster config of flow rul…
sczyh30 Dec 25, 2018
5fc731d
Add some unit test for sentinel-transport-netty-http module (#321)
cdfive Dec 26, 2018
172923a
Translate some javadoc to English in MetricFetcher (#338)
canglang1973 Dec 26, 2018
9b99e06
CI: make Circle CI to linter repo details (#344)
allencloud Dec 27, 2018
f6c61d4
Upgrade nacos-client version and construct NacosDataSource by Propert…
fangjian0423 Dec 27, 2018
56002dc
Add awesome-sentinel and README to doc
sczyh30 Dec 28, 2018
aec7fe2
Update README.md and doc
sczyh30 Dec 28, 2018
fa29201
doc: add blog links on awesome-sentinel.md (#352)
cdfive Dec 28, 2018
bcf35d4
Fix wrong empty check in FlowRuleApiPublisher of Sentinel dashboard …
foreveryang321 Dec 28, 2018
532f7ee
doc: update awesome-sentinel.md (#354)
YoungHu Dec 28, 2018
a18df17
doc: fix SphO document typo (#357)
jz0630 Dec 28, 2018
61d3ce0
Make the default statistic max RT value `TIME_DROP_VALVE` configurabl…
cdfive Dec 29, 2018
ca4aef3
do not remove the first node(#339) (#355)
canglang1973 Dec 29, 2018
5bbdbe0
Update document to meet Markdown lint
sczyh30 Dec 29, 2018
f92bb77
Support multiple tokens per request entry (#380)
sczyh30 Jan 4, 2019
55771d2
Add returning modified status of `updateProperty` method in SentinelP…
sczyh30 Jan 4, 2019
51f13d6
Remove markdown-lint-checker from Circle CI lint workflow (there are …
sczyh30 Jan 4, 2019
9a7beea
Add total QPS limit control for specific namespace in cluster flow co…
sczyh30 Jan 4, 2019
ee44459
Improve cluster state manager
sczyh30 Jan 4, 2019
803b785
Optimize Netty dependency of cluster modules
sczyh30 Jan 4, 2019
8318759
Config and log enhancement for cluster token client
sczyh30 Jan 4, 2019
331b075
Polish cluster flow control demo to be more instructive
sczyh30 Jan 4, 2019
5225921
Disable spell checking in Circle CI lint temporary (need more config …
sczyh30 Jan 4, 2019
9828dbb
Improvements for cluster token client retry and stop control logic
sczyh30 Jan 4, 2019
a7a6504
Improve namespace register logic for embedded token server mode
sczyh30 Jan 4, 2019
d78b682
Polish cluster token server handler related logic
sczyh30 Jan 4, 2019
5b75dcc
Add basic monitoring command API for cluster token server
sczyh30 Jan 4, 2019
e69b88d
Polish Sentinel dashboard backend for cluster flow control enhancement
sczyh30 Jan 4, 2019
7121c41
Polish Sentinel dashboard frontend for cluster flow control enhancement
sczyh30 Jan 4, 2019
77a29d1
Bump version to 1.4.1
sczyh30 Jan 4, 2019
d06e07d
Bump version to 1.4.2-SNAPSHOT
sczyh30 Jan 4, 2019
55ee45b
doc: add blog with Sentinel in action (#392)
all4you Jan 7, 2019
56e27b4
dashboard: make fallbackToLocalWhenFail be configurable in dashboard …
cdfive Jan 7, 2019
5f62e15
dashboard: add healthCount/total information in sidebar of Sentinel d…
jz0630 Jan 7, 2019
7ddb326
dashboard: structure rearrangement and polish related code
sczyh30 Jan 8, 2019
c56af94
Copy to modify,p_qps->通过的QPS b_qps->拒绝的QPS
Arlmls Jan 8, 2019
d3334f2
M 表图例
Arlmls Jan 8, 2019
da0c750
Merge remote-tracking branch 'upstream/master'
Arlmls Jan 9, 2019
cd07109
Merge branch 'master' of https://github.com/Arlmls/Sentinel
Arlmls Jan 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ app.controller('MetricCtl', ['$scope', '$stateParams', 'MetricService', '$interv
allowAllCanceled: true,
itemFormatter: function (val) {
if ('passQps' === val) {
return 'p_qps';
return 'p_qps(通过 QPS)';
}
if ('blockQps' === val) {
return 'b_qps';
return 'b_qps(拒绝 QPS)';
}
return val;
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<thead>
<tr style="font-size: 13px;text-align:center;font-weight: bold;">
<td style="word-wrap:break-word;word-break:break-all;">时间</td>
<td style="word-wrap:break-word;word-break:break-all;" title="passQps: 通过的qps">p_qps</td>
<td style="word-wrap:break-word;word-break:break-all;" title="blockQps: 拦截的qps">b_qps</td>
<td style="word-wrap:break-word;word-break:break-all;" title="responseTime: 响应时间(毫秒)">rt(ms)</td>
<td style="word-wrap:break-word;word-break:break-all;" title="passQps: 通过的qps">通过QPS</td>
<td style="word-wrap:break-word;word-break:break-all;" title="blockQps: 拦截的qps">拒绝QPS</td>
<td style="word-wrap:break-word;word-break:break-all;" title="responseTime: 响应时间(毫秒)">响应时间(ms)</td>
</tr>
</thead>
<!-- thead -->
Expand Down